store-graphql
store-graphql copied to clipboard
GraphQL product query with specificationFilters that contains special characters.
GraphQL product query with specificationFilters that contains special characters returns default response.
Expected Behavior
It should return the filters values independent of the way you write it.
Current Behavior
When we execute the query it returns a error with a default response.
Steps to Reproduce (for bugs)
- Visit www.feed.com.br
- Enter in "Carnes" department on navbar.
- Select "bovinos" option.
- On sidebar filters select a filter that contains special characters like "Carne Moída".
- Notice it will return the default results.
Context
Your Environment
- Version used: "vtex.store-graphql": "2.x"
- Operating System and version (desktop or mobile): all
- Link to your project: https://www.feed.com.br/
Thanks!