Skip to content

Commit

Permalink
Added more fields for search.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Aug 2, 2023
1 parent 7679124 commit ecb6f50
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ecb6f50

Please sign in to comment.