prepare

open override fun prepare(name: String, paramName: String, params: QueryFilterParams): PreparedFacetFilter<T>

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(listOf("manufacturer") to listOf("Giant", "Cube"))