Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specs/common/schemas/SearchParams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ optionalFilters:
Records that match the optional filter rank before records that don't match.
If you're using a negative filter `facet:-value`, matching records rank after records that don't match.

- Optional filters don't work on virtual replicas.
- Optional filters are applied _after_ sort-by attributes.
- On virtual replicas, optional filters are applied _after_ the replica's [relevant sort](https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/in-depth/relevant-sort).
- 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.

Expand Down