Skip to content

Commit

Permalink
Fix index terms
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Feb 21, 2024
1 parent 1d6520a commit babda62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/Components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const queryGenerator = (searchTerm: string) => {
queryPart,
{
terms: {
_index: ["ori_*", "osi_*", "owi_"],
_index: ["ori_*", "osi_*", "owi_*"],
},
},
],
Expand Down

0 comments on commit babda62

Please sign in to comment.