misc
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- opencase_entities
|
||||
- search_api
|
||||
config:
|
||||
- search_api.server.opencase_server
|
||||
module:
|
||||
- search_api
|
||||
- opencase_entities
|
||||
id: opencase_actors
|
||||
name: 'OpenCase Search: Actors'
|
||||
description: ''
|
||||
@ -16,11 +16,33 @@ field_settings:
|
||||
datasource_id: 'entity:oc_actor'
|
||||
property_path: first_name
|
||||
type: text
|
||||
dependencies:
|
||||
module:
|
||||
- opencase_entities
|
||||
full_name:
|
||||
label: Name
|
||||
datasource_id: 'entity:oc_actor'
|
||||
property_path: full_name
|
||||
type: text
|
||||
dependencies:
|
||||
module:
|
||||
- opencase_entities
|
||||
last_name:
|
||||
label: 'Last Name'
|
||||
datasource_id: 'entity:oc_actor'
|
||||
property_path: last_name
|
||||
type: text
|
||||
dependencies:
|
||||
module:
|
||||
- opencase_entities
|
||||
name:
|
||||
label: Name
|
||||
datasource_id: 'entity:oc_organisation'
|
||||
property_path: name
|
||||
type: text
|
||||
dependencies:
|
||||
module:
|
||||
- opencase_entities
|
||||
datasource_settings:
|
||||
'entity:oc_actor':
|
||||
bundles:
|
||||
@ -29,6 +51,13 @@ datasource_settings:
|
||||
languages:
|
||||
default: true
|
||||
selected: { }
|
||||
'entity:oc_organisation':
|
||||
bundles:
|
||||
default: true
|
||||
selected: { }
|
||||
languages:
|
||||
default: true
|
||||
selected: { }
|
||||
processor_settings:
|
||||
add_url: { }
|
||||
aggregated_field: { }
|
||||
@ -36,10 +65,13 @@ processor_settings:
|
||||
all_fields: true
|
||||
fields:
|
||||
- first_name
|
||||
- full_name
|
||||
- last_name
|
||||
- name
|
||||
weights:
|
||||
preprocess_index: -20
|
||||
preprocess_query: -20
|
||||
language_with_fallback: { }
|
||||
rendered_item: { }
|
||||
tracker_settings:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user