search.views.schema.yml 783 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Schema for the views plugins of the Search module.
  2. views.argument.search:
  3. type: views_argument
  4. label: 'Query key'
  5. views.field.search_score:
  6. type: views.field.numeric
  7. label: 'Search score'
  8. mapping:
  9. alternate_sort:
  10. type: string
  11. label: 'Alternative sort'
  12. alternate_order:
  13. type: string
  14. label: 'Alternate sort order'
  15. views.filter.search:
  16. type: views_filter
  17. label: 'Link to node'
  18. mapping:
  19. operator:
  20. type: string
  21. label: 'On empty input'
  22. views.filter_value.search_keywords:
  23. type: string
  24. label: 'Search keywords'
  25. views.row.search_view:
  26. type: views_row
  27. label: 'Source link'
  28. mapping:
  29. score:
  30. type: boolean
  31. label: 'Display score'
  32. views.sort.search_score:
  33. type: views_sort
  34. label: 'Search score'