Interface TagFilters

All Known Implementing Classes:
TagFilters.ListOfMixedSearchFiltersWrapper, TagFilters.StringWrapper

public interface TagFilters
Filter the search by values of the special `_tags` attribute. **Prefer using the `filters` parameter, which supports all filter types and combinations with boolean operators.** Different from regular facets, `_tags` can only be used for filtering (including or excluding records). You won't get a facet count. The same combination and escaping rules apply as for `facetFilters`.