Segment
This JSON defines a complex composite query structure with multiple condition sets, logical intersections, and subcondition groups for querying a dataset. It includes the following components:
Condition Sets:
Condition Set 1:
Intersection: "Union" indicates that results from this set should include items that match any condition within.
Contains a primary condition group with "Or" connector, including conditions for filtering by rating, reviews, and discount.
Also has two subcondition groups:
Subcondition Group 1 with an "Or" connector, filtering by brand (Samsung or LG).
Subcondition Group 2 with an "And" connector, filtering by in-stock status and category (Appliances).
Condition Set 2:
Intersection: "Intersect" indicates that results from this set should include items that match all conditions within.
Contains a primary condition group with an "And" connector, filtering by color, size, and weight.
Also has two subcondition groups:
Subcondition Group 1 with an "Or" connector, filtering by price or rating.
Subcondition Group 2 with an "And" connector, filtering by category and season.
Page:
Specifies pagination parameters for the query, requesting the second page with a page number of 2 and a page size of 10.
Last updated