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'
397
416
x-categories:
398
417
- Filtering
418
+
399
419
facetFilters:
400
420
description: |
401
421
Filter the search by facet values, so that only records with the same facet values are retrieved.
@@ -416,6 +436,7 @@ facetFilters:
416
436
- type: string
417
437
x-categories:
418
438
- Filtering
439
+
419
440
tagFilters:
420
441
description: |
421
442
Filter the search by values of the special `_tags` attribute.
@@ -433,6 +454,7 @@ tagFilters:
433
454
- type: string
434
455
x-categories:
435
456
- Filtering
457
+
436
458
numericFilters:
437
459
description: |
438
460
Filter by numeric facets.
@@ -451,6 +473,7 @@ numericFilters:
451
473
- type: string
452
474
x-categories:
453
475
- Filtering
476
+
454
477
optionalFilters:
455
478
description: |
456
479
Filters to promote or demote records in the search results.
@@ -463,6 +486,7 @@ optionalFilters:
463
486
- Optional filters are applied _after_ sort-by attributes.
464
487
- 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/)).
465
488
- Optional filters don't work with numeric attributes.
0 commit comments