Filter: ProductRelationEntityCtxFlexSearchFilter

An aggregation contains all values of a list. Each check in this type is true if it matches any of the values in the list.


Input Fields

NameTypeDescription
ANDProductRelationEntityCtxFlexSearchFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORProductRelationEntityCtxFlexSearchFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

products_aggregation_equalID

Checks if products equals a specified value.

List of product IDs.

products_aggregation_inID

Checks if products is equal to one of the specified values.

List of product IDs.

products_aggregation_notID

Checks if products does not equal a specified value

List of product IDs.

products_aggregation_not_inID

Checks if products is not equal to one of the specified values.

List of product IDs.

products_emptyBoolean

Checks if products is an empty list (true) or a non-empty list or null (false).


This page was generated: 2024-05-17