Searchkit Elastic UI
Setup
Require to setup the provider, define a GQL query for components and use the searchkitQuery hook to perform the search. See Quick start UI Setup for more information.
Components
SearchBar
searchbar.mov
Usage
Options
Option | Description |
---|---|
loading | Boolean |
SelectedFilters
SelectedFilters.mov
Usage
Options
Option | Description |
---|---|
loading | Boolean. Loading value from GQL query |
data | Response from GQL query |
ResetSearchButton
ResetSearchButton.mov
Usage
Options
Option | Description |
---|---|
loading | Boolean. Loading value from GQL query |
Pagination
Pagination.mov
Usage
Options
Option | Description |
---|---|
data | Boolean. Loading value from GQL query |
Sorting Selector
Pagination.mov
Usage
Requires sorting configuration within the resolvers. See sorting documentation.
GraphQL Query
Relies on GraphQL query
Options
Option | Description |
---|---|
data | data response from graphql request |
loading | Boolean. |
Facets
FacetsList
Searchkit API returns a list of facets, in the configuration order. Each facet is configured with a display field and this field is tied with a component.
ListFacet component will use the facet response and for each facet, will display the correct facet component to the user.
FacetsList is a function which returns a React component that accepts the data / loading props.You will be able to pass custom facet components within the optional argument. FacetsList Searchkit will render all Searchkit Facet Components.
Usage
ListFacet
ListFacet.mov
RangeSliderFacet
RangeSliderFacet.mov
ComboBoxFacet
ComboBoxFacet.mov
DateRangeFacet
DateRangeFilter.mov