Added reporting server and index

The index does not rely on any default config.
This commit is contained in:
Naomi 2018-09-06 17:17:52 +01:00
parent e45d49e299
commit 2be2cc7837
2 changed files with 43 additions and 1 deletions

View File

@ -0,0 +1,42 @@
langcode: en
status: true
dependencies:
config:
- search_api.server.opencase_reporting_server
module:
- search_api
- opencase_entities
id: opencase_reporting_actors
name: 'OpenCase Reporting: Actors'
description: ''
read_only: false
field_settings:
created:
label: Created
datasource_id: 'entity:oc_actor'
property_path: created
type: date
type:
label: 'Actor type'
datasource_id: 'entity:oc_actor'
property_path: type
type: string
datasource_settings:
'entity:oc_actor':
bundles:
default: true
selected: { }
languages:
default: true
selected: { }
processor_settings:
add_url: { }
aggregated_field: { }
rendered_item: { }
tracker_settings:
default:
indexing_order: fifo
options:
index_directly: true
cron_limit: 50
server: opencase_reporting_server

View File

@ -9,7 +9,7 @@ description: ''
backend: search_api_db
backend_config:
database: 'default:default'
min_chars: 3
min_chars: 1
partial_matches: false
autocomplete:
suggest_suffix: true