-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: GraphQLGraphQLGraphQLIssue: ready for confirmationnot-confirmedUse for Issue that was closed during confirmationUse for Issue that was closed during confirmation
Description
Steps to reproduce:
Create 2 categories, and add some products into.
Try to search with graphql for products filtering by category and put 2 categorys.
Preconditions (*)
- Sample data installed
- Graphql
Steps to reproduce (*)
- Using this query try to search for your products:
query { products(filter: { category_id: { in: ["ID", "ID"] } }) { total_count items { sku name } } }
*Change "ID" by your category id.
Expected result (*)
- All available products should return.
Actual result (*)
1- It returns just the products from the last category in filter array.
Metadata
Metadata
Assignees
Labels
Component: GraphQLGraphQLGraphQLIssue: ready for confirmationnot-confirmedUse for Issue that was closed during confirmationUse for Issue that was closed during confirmation