INTERSECT

2 or more selected values are combined using AND operator. Especially useful with multi-valued fields. For example, you want to buy a charger that supports AA, AAA and 18650 battery types. So when you choose all the required values, a generated search query should be filtered with battery_type == AA && battery_type == AAA && battery_type == 18650

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