search_api-8.x-1.15/modules/search_api_db/config/schema/search_api_db.backend.schema.yml
modules/search_api_db/config/schema/search_api_db.backend.schema.yml
plugin.plugin_configuration.search_api_backend.search_api_db:
type: mapping
label: 'Search API DB settings'
mapping:
database:
type: 'string'
label: 'Name of the database we are connecting to'
min_chars:
type: 'integer'
label: 'Minimum length of indexed words'
matching:
type: 'string'
label: 'The matching mode – "words", "prefix" or "partial"'
autocomplete:
type: mapping
label: Autcomplete configuration
mapping:
suggest_suffix:
type: boolean
label: Suggest suffix
suggest_words:
type: boolean
label: Suggest words
