From ed48f145dc7687c6d9d7dc7a27845e54354667a2 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 11 Oct 2021 09:34:39 +0200 Subject: [PATCH] sapi tweaks --- config/sync/search_api.index.database.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sync/search_api.index.database.yml b/config/sync/search_api.index.database.yml index 8c9f7d2..9652b60 100644 --- a/config/sync/search_api.index.database.yml +++ b/config/sync/search_api.index.database.yml @@ -111,7 +111,8 @@ field_settings: label: 'Short description' datasource_id: 'entity:node' property_path: field_short_description - type: string + type: 'solr_text_custom:edgeasciistring' + boost: !!float 8 dependencies: config: - field.storage.node.field_short_description @@ -349,8 +350,7 @@ field_settings: label: Title datasource_id: 'entity:node' property_path: title - type: text - boost: !!float 21 + type: 'solr_text_custom:edgeasciistring' dependencies: module: - node