Added config to module, and scripts to commit / push config & code together
This commit is contained in:
19
config/optional/search_api.server.default_server.yml
Normal file
19
config/optional/search_api.server.default_server.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: ff3c3087-bcaa-4f3a-9a8b-8ec63df67285
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- search_api_db
|
||||
_core:
|
||||
default_config_hash: zzCxllu86Y8P1gOFGuYFCaNsL6Az5mn5V2Z_fN17YaU
|
||||
id: default_server
|
||||
name: 'Database Server'
|
||||
description: 'Default database server created by the Database Search Defaults module'
|
||||
backend: search_api_db
|
||||
backend_config:
|
||||
database: 'default:default'
|
||||
min_chars: 3
|
||||
matching: words
|
||||
autocomplete:
|
||||
suggest_suffix: true
|
||||
suggest_words: true
|
||||
Reference in New Issue
Block a user