- Type:
list<string> - Default:
[] - Scope:
search - Deprecated name:
tags
tagFilters parameter lets you filter records based on values in the _tags attribute.
It uses the same syntax and structure as facetFilters.
Unlike regular facets, _tags is always available for filtering—you don’t need to include it in attributesForFaceting.
To use this parameter, your records must contain a top-level _tags attribute.
This parameter is only for filtering—it doesn’t return facet counts or support faceting behavior.
Usage notes
- Tag names are case-sensitive.
- Multiple tags in an array are combined with
AND.
Use nested arrays forORconditions. - Prefix a tag with
-to exclude it.
Example:["tag1", "-tag2"]meanstag1 AND NOT tag2.
facetFilters.
Example
Current API clients
Current API clients
Legacy API clients
Legacy API clients