Filter State Flutter Component
Provides an interface for managing any search filters.
FilterState provides a friendly interface to manage filters applied to your search.
A FilterState
consists of one or several filters, organized in groups. Each group can contain multiple filters.
Facet.Filter
Facet.Numeric
Facet.Tag
FilterState
provides a simple interface to deal with filter grouping and their respective boolean operator. The FilterState
can be modified at any moment by adding or removing filters.
This component is part of the InstantSearch open source UI library that lets you quickly build a search interface in your frontend application.
InstantSearch’s goal is to help you implement awesome search experiences as smoothly as possible by providing a complete search ecosystem. InstantSearch tackles an important part of this vast goal by providing frontend widgets that you can assemble into unique search interfaces.
Was this useful?
Recommended content
Provides an interface for managing any search filters.
A widget that allows you reach into the current search state.
Components that display a list of arbitrary filters.