You are here

search_api_grouping.processor.schema.yml in Search API Grouping 8

config/schema/search_api_grouping.processor.schema.yml

File

config/schema/search_api_grouping.processor.schema.yml
View source
  1. plugin.plugin_configuration.search_api_processor.grouping:
  2. type: search_api.fields_processor_configuration
  3. label: 'grouping processor configuration'
  4. mapping:
  5. grouping_fields:
  6. type: sequence
  7. label: 'All fields'
  8. sequence:
  9. type: string
  10. label: 'Field name'
  11. group_sort:
  12. type: sequence
  13. label: 'On which field to sort the groups'
  14. sequence:
  15. type: string
  16. label: "The field to sort"
  17. group_sort_direction:
  18. type: string
  19. label: 'How to sort the groups'
  20. truncate:
  21. type: boolean
  22. label: 'If truncate is activated'
  23. group_limit:
  24. type: integer
  25. label: 'How many entries a groups should have'