From 780a545cae16c1e9605260db91191fcfa93799e7 Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 29 Jul 2021 09:54:34 +0200 Subject: [PATCH] replaced ngramstring by edgestring for search field autocomplete solr index --- config/sync/search_api.index.autocomplete.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sync/search_api.index.autocomplete.yml b/config/sync/search_api.index.autocomplete.yml index e3bc3232..14a92d67 100644 --- a/config/sync/search_api.index.autocomplete.yml +++ b/config/sync/search_api.index.autocomplete.yml @@ -61,7 +61,7 @@ field_settings: label: Synonyms datasource_id: 'entity:taxonomy_term' property_path: field_synonyms - type: 'solr_text_custom:ngramstring' + type: 'solr_text_custom:edgestring' dependencies: config: - field.storage.taxonomy_term.field_synonyms @@ -69,7 +69,7 @@ field_settings: label: Name datasource_id: 'entity:taxonomy_term' property_path: name - type: 'solr_text_custom:ngram' + type: 'solr_text_custom:edgestring' boost: !!float 2 dependencies: module: