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