Name | Type | Description | Notes |
---|---|---|---|
SortedAttributeQuery | CatalogQuerySortedAttribute | A query that returns all objects, sorted by the given attribute. | [optional] |
ExactQuery | CatalogQueryExact | A query that returns only objects for which the given (string-valued) attribute has the given case-insensitive value. | [optional] |
PrefixQuery | CatalogQueryPrefix | A query that returns only objects for which the given (string-valued) attribute has the given case-insensitive prefix. | [optional] |
RangeQuery | CatalogQueryRange | A query that returns only objects for which the given (integer-valued) attribute lies in the given range. | [optional] |
TextQuery | CatalogQueryText | A query that returns only objects whose searchable attributes contain all of the given keywords as prefixes. For example, if a CatalogItem contains attributes `{"name": "t-shirt"}` and `{"description": "Small, Purple"}`, it will be matched by the query `{"keywords": ["shirt", "sma", "purp"]}`. | [optional] |
ItemsForTaxQuery | CatalogQueryItemsForTax | A query that returns all CatalogItems that have any of the given CatalogTaxes enabled. | [optional] |
ItemsForModifierListQuery | CatalogQueryItemsForModifierList | A query that returns all CatalogItems that have any of the given CatalogModifierLists enabled. | [optional] |