Skip to content

Commit 9ef126c

Browse files
authored
docs(SearchParams): Document that filter scores are supported in virtual replicas (#5716)
1 parent ead8f87 commit 9ef126c

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,10 +410,10 @@ 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.
415414
- 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)).
416415
- Optional filters don't work with numeric attributes.
416+
- 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).
417417
418418
example: ['category:Book', 'author:John Doe']
419419
oneOf:

0 commit comments

Comments
 (0)