# FilterOperatorType - storefront - ENUM Version: unstable ## Description Specifies the logical operator used for filtering multiple values within a filter. Example: Given the filter is 'color' and values are 'red' and 'blue': - If 'AND' is used, it will filter items that are both red and blue. - If 'OR' is used, it will filter items that are either red or blue or both. ### Access Scopes ## Enum values * [AND](/docs/api/storefront/unstable/enums/AND) * [OR](/docs/api/storefront/unstable/enums/OR) ## Fields with this enum * [Filter.operator](/docs/api/storefront/unstable/objects/Filter) ## Examples