From ecb6f50cc7a6c0dc3c29746be44ea6da01a7221f Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Wed, 2 Aug 2023 16:50:05 +1000 Subject: [PATCH] Added more fields for search. --- .../search_api.index.civictheme_content.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docroot/themes/contrib/civictheme/config/optional/search_api.index.civictheme_content.yml b/docroot/themes/contrib/civictheme/config/optional/search_api.index.civictheme_content.yml index bb5ad82fc..3f01c1545 100644 --- a/docroot/themes/contrib/civictheme/config/optional/search_api.index.civictheme_content.yml +++ b/docroot/themes/contrib/civictheme/config/optional/search_api.index.civictheme_content.yml @@ -2,11 +2,12 @@ langcode: en status: true dependencies: config: - - field.storage.node.field_c_n_summary - field.storage.node.field_c_n_components - field.storage.paragraph.field_c_p_content + - field.storage.paragraph.field_c_p_list_items - field.storage.paragraph.field_c_p_summary - field.storage.paragraph.field_c_p_title + - field.storage.node.field_c_n_summary - search_api.server.civictheme_database module: - paragraphs @@ -58,6 +59,18 @@ field_settings: - field.storage.paragraph.field_c_p_title module: - paragraphs + manual_list_items_field_c_p_content: + label: 'Components » Paragraph » List items » Paragraph » Content » Processed text' + datasource_id: 'entity:node' + property_path: 'field_c_n_components:entity:field_c_p_list_items:entity:field_c_p_content:processed' + type: text + dependencies: + config: + - field.storage.node.field_c_n_components + - field.storage.paragraph.field_c_p_content + - field.storage.paragraph.field_c_p_list_items + module: + - paragraphs node_grants: label: 'Node access information' property_path: search_api_node_grants