You are here

search_api_db.backend.schema.yml in Search API 8

modules/search_api_db/config/schema/search_api_db.backend.schema.yml

File

modules/search_api_db/config/schema/search_api_db.backend.schema.yml
View source
  1. plugin.plugin_configuration.search_api_backend.search_api_db:
  2. type: mapping
  3. label: 'Search API DB settings'
  4. mapping:
  5. database:
  6. type: 'string'
  7. label: 'Name of the database we are connecting to'
  8. min_chars:
  9. type: 'integer'
  10. label: 'Minimum length of indexed words'
  11. matching:
  12. type: 'string'
  13. label: 'The matching mode – "words", "prefix" or "partial"'
  14. autocomplete:
  15. type: mapping
  16. label: Autcomplete configuration
  17. mapping:
  18. suggest_suffix:
  19. type: boolean
  20. label: Suggest suffix
  21. suggest_words:
  22. type: boolean
  23. label: Suggest words