Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CIVIC-725] Added more fields for search. #1104

Merged
merged 2 commits into from
Aug 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ 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_subtitle
- 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 +60,54 @@ 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
manual_list_items_field_c_p_subtitle:
label: 'Components » Paragraph » List items » Paragraph » Subtitle'
datasource_id: 'entity:node'
property_path: 'field_c_n_components:entity:field_c_p_list_items:entity:field_c_p_subtitle'
type: text
dependencies:
config:
- field.storage.node.field_c_n_components
- field.storage.paragraph.field_c_p_list_items
- field.storage.paragraph.field_c_p_subtitle
module:
- paragraphs
manual_list_items_field_c_p_summary:
label: 'Components » Paragraph » List items » Paragraph » Summary'
datasource_id: 'entity:node'
property_path: 'field_c_n_components:entity:field_c_p_list_items:entity:field_c_p_summary'
type: text
dependencies:
config:
- field.storage.node.field_c_n_components
- field.storage.paragraph.field_c_p_list_items
- field.storage.paragraph.field_c_p_summary
module:
- paragraphs
manual_list_items_field_c_p_title:
label: 'Components » Paragraph » List items » Paragraph » Title'
datasource_id: 'entity:node'
property_path: 'field_c_n_components:entity:field_c_p_list_items:entity:field_c_p_title'
type: text
dependencies:
config:
- field.storage.node.field_c_n_components
- field.storage.paragraph.field_c_p_list_items
- field.storage.paragraph.field_c_p_title
module:
- paragraphs
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
Expand Down
Loading