Moved more config into optional
This commit is contained in:
@ -0,0 +1,42 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- search_api.server.zencrm_server
|
||||
module:
|
||||
- search_api
|
||||
- zencrm_entities
|
||||
id: person_index
|
||||
name: 'Person Index'
|
||||
description: ''
|
||||
read_only: false
|
||||
field_settings:
|
||||
full_name:
|
||||
label: 'Full Name'
|
||||
datasource_id: 'entity:person'
|
||||
property_path: full_name
|
||||
type: text
|
||||
datasource_settings:
|
||||
'entity:person':
|
||||
languages:
|
||||
default: true
|
||||
selected: { }
|
||||
processor_settings:
|
||||
processor_settings:
|
||||
rendered_item: { }
|
||||
aggregated_field: { }
|
||||
add_url: { }
|
||||
ignorecase:
|
||||
all_fields: true
|
||||
fields:
|
||||
- full_name
|
||||
weights:
|
||||
preprocess_index: -20
|
||||
preprocess_query: -20
|
||||
tracker_settings:
|
||||
default:
|
||||
indexing_order: fifo
|
||||
options:
|
||||
index_directly: true
|
||||
cron_limit: 50
|
||||
server: zencrm_server
|
||||
Reference in New Issue
Block a user