From f60b45c25c38f3a820177203ebf5a7120eb5d5bf Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 11 Sep 2019 17:30:03 -0400 Subject: [PATCH] Make text index name more precise Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/share/catalog/elastic.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/share/catalog/elastic.service.ts b/Open-ILS/src/eg2/src/app/share/catalog/elastic.service.ts index 3ef62081d7..7f62c83f3e 100644 --- a/Open-ILS/src/eg2/src/app/share/catalog/elastic.service.ts +++ b/Open-ILS/src/eg2/src/app/share/catalog/elastic.service.ts @@ -243,7 +243,7 @@ export class ElasticService { const matchOp = ts.matchOp[idx]; const fieldClass = ts.fieldClass[idx]; - const textIndex = `${fieldClass}|*text*`; + const textIndex = `${fieldClass}|*.text*`; let query; switch (matchOp) { -- 2.11.0