Skip to content

Commit 1292ed4

Browse files
committed
docs(SearchParams): Document that filter scores are supported in virtual replicas
1 parent 9bbc4b4 commit 1292ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/common/schemas/SearchParams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ optionalFilters:
410410
Records that match the optional filter rank before records that don't match.
411411
If you're using a negative filter `facet:-value`, matching records rank after records that don't match.
412412
413-
- Optional filters don't work on virtual replicas.
414413
- Optional filters are applied _after_ sort-by attributes.
414+
- 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).
415415
- 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)).
416416
- Optional filters don't work with numeric attributes.
417417

0 commit comments

Comments
 (0)