You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example: '(category:Book OR category:Ebook) AND _tags:published'
416
397
x-categories:
417
398
- Filtering
418
-
419
399
facetFilters:
420
400
description: |
421
401
Filter the search by facet values, so that only records with the same facet values are retrieved.
@@ -436,7 +416,6 @@ facetFilters:
436
416
- type: string
437
417
x-categories:
438
418
- Filtering
439
-
440
419
tagFilters:
441
420
description: |
442
421
Filter the search by values of the special `_tags` attribute.
@@ -454,7 +433,6 @@ tagFilters:
454
433
- type: string
455
434
x-categories:
456
435
- Filtering
457
-
458
436
numericFilters:
459
437
description: |
460
438
Filter by numeric facets.
@@ -473,7 +451,6 @@ numericFilters:
473
451
- type: string
474
452
x-categories:
475
453
- Filtering
476
-
477
454
optionalFilters:
478
455
description: |
479
456
Filters to promote or demote records in the search results.
@@ -484,8 +461,8 @@ optionalFilters:
484
461
485
462
- Optional filters don't work on virtual replicas.
486
463
- Optional filters are applied _after_ sort-by attributes.
464
+
- 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/)).
487
465
- Optional filters don't work with numeric attributes.
0 commit comments