Added config to module, and scripts to commit / push config & code together
This commit is contained in:
19
config/optional/search_api.server.opencase_server.yml
Normal file
19
config/optional/search_api.server.opencase_server.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: 332ea481-95b0-4f63-9d38-d2812710bd17
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- search_api_db
|
||||
_core:
|
||||
default_config_hash: 2Lbe89Dj0l7MfmwElNbHzhZaosKgf3OBnGzIiSFVqu4
|
||||
id: opencase_server
|
||||
name: 'OpenCase Search'
|
||||
description: ''
|
||||
backend: search_api_db
|
||||
backend_config:
|
||||
database: 'default:default'
|
||||
min_chars: 3
|
||||
matching: partial
|
||||
autocomplete:
|
||||
suggest_suffix: true
|
||||
suggest_words: true
|
||||
Reference in New Issue
Block a user