prepare
open override fun prepare(name: String, params: QueryFilterParams): PreparedFacetFilter<T>
Content copied to clipboard
Parses params and prepares the FacetFilter for applying.
Parameters
name
name of the filter
params
parameters that should be applied to a search query. Examples:
mapOf(("manufacturer" to "") to listOf("Giant", "Cube"))