Skip to content

Commit

Permalink
fix(specs): optionalFilters additional explanation [skip-bc] (#4353)
Browse files Browse the repository at this point in the history
Co-authored-by: shortcuts <[email protected]>
  • Loading branch information
kai687 and shortcuts authored Jan 13, 2025
1 parent 2774d75 commit 58cc544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs/common/schemas/SearchParams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ optionalFilters:
- Optional filters don't work on virtual replicas.
- Optional filters are applied _after_ sort-by attributes.
- Optional filters are applied _before_ custom ranking attributes (in the default [ranking](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/)).
- Optional filters don't work with numeric attributes.
example: ['category:Book', 'author:John Doe']
Expand Down

0 comments on commit 58cc544

Please sign in to comment.