Skip to content

Commit 019fac3

Browse files
committed
fixup! docs(SearchParams): Document that filter scores are supported in virtual replicas
1 parent 1292ed4 commit 019fac3

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
@@ -411,9 +411,9 @@ optionalFilters:
411411
If you're using a negative filter `facet:-value`, matching records rank after records that don't match.
412412
413413
- 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).
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)