Closed michaeldyl520 closed 4 years ago
2.3-develop
1.Start a search with keyword 'Luma' in frontend 2.Start a search with keyword 'Luma' in graphql, for example below
{ products(search: "Luma", pageSize: 10) { total_count aggregations { attribute_code count label options { count label value } } items { name sku price { regularPrice { amount { value currency } } } } page_info { page_size current_page } } }
2.graphql search result
Preconditions (*)
2.3-develop
Steps to reproduce (*)
1.Start a search with keyword 'Luma' in frontend 2.Start a search with keyword 'Luma' in graphql, for example below
Expected result (*)
Actual result (*)
2.graphql search result