From: Bill Erickson Date: Wed, 11 Sep 2019 21:30:03 +0000 (-0400) Subject: Make text index name more precise X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f60b45c25c38f3a820177203ebf5a7120eb5d5bf;p=working%2FEvergreen.git Make text index name more precise Signed-off-by: Bill Erickson --- 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) {