From babda6219308128d7c74e388bbb2008a8e9b9a94 Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Wed, 21 Feb 2024 15:44:46 +0100 Subject: [PATCH] Fix index terms --- front/src/Components/SearchBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/Components/SearchBar.tsx b/front/src/Components/SearchBar.tsx index 1ec9661..cd46555 100644 --- a/front/src/Components/SearchBar.tsx +++ b/front/src/Components/SearchBar.tsx @@ -52,7 +52,7 @@ export const queryGenerator = (searchTerm: string) => { queryPart, { terms: { - _index: ["ori_*", "osi_*", "owi_"], + _index: ["ori_*", "osi_*", "owi_*"], }, }, ],