Filter
This JSON represents an advanced query configuration for retrieving data from a dataset. It consists of the following components:
Condition Group:
Connector: The logical connector "And" implies that all conditions within this group must be satisfied.
Conditions: Two conditions within this group:
Filter by "Category" equal to "Electronics" (Text condition).
Filter by "Price" greater than 100 (Numeric condition).
Orders:
Specifies the sorting order for the retrieved data.
Two sorting directives:
Sort products by "ProductName" in ascending order.
Sort products by "Price" in descending order.
Page:
Specifies pagination parameters for the query.
Requests the first page with a page number of 1 and a page size of 20.
This JSON structure defines a sophisticated query for extracting specific data from a dataset, including filtering by category and price, sorting results by product name and price, and limiting the number of results per page for efficient data retrieval.
Last updated