Skip to content

Commit

Permalink
🔨 Only evaluate article search using the multi set
Browse files Browse the repository at this point in the history
  • Loading branch information
larsyencken committed Mar 26, 2024
1 parent 19de72c commit e5e1e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/search/evaluateSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const QUERY_FILES = {
}

const main = async (): Promise<void> => {
await evaluateAndPrint(QUERY_FILES.single)
// only do the multi, since it contains the single-word set as well
await evaluateAndPrint(QUERY_FILES.multi)
}

Expand Down

0 comments on commit e5e1e85

Please sign in to comment.