UNION

2 or more selected values are combined with OR operator. Most of the facet filters should use this mode. For example, you are buying car wheels of one of the sizes: R16 or R17. So after you choose corresponding values, a search query will be filtered with in following way: wheel_size == R16 || wheel_size == R17

Functions

Link copied to clipboard
fun <T> filterByValues(field: FieldOperations<T>, filterValues: List<T & Any>): QueryExpression?

Properties

Link copied to clipboard
Link copied to clipboard