AutomaticFacetFilters

algoliasearch.search.AutomaticFacetFilters
See theAutomaticFacetFilters companion object
sealed trait AutomaticFacetFilters

Filter to be applied to the search. You can use this to respond to search queries that match a facet value. For example, if users search for "comedy", which matches a facet value of the "genre" facet, you can filter the results to show the top-ranked comedy movies.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
In this article