store-graphql icon indicating copy to clipboard operation
store-graphql copied to clipboard

GraphQL product query with specificationFilters that contains special characters.

Open Gatamura opened this issue 6 years ago • 0 comments

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)

  1. Visit www.feed.com.br
  2. Enter in "Carnes" department on navbar.
  3. Select "bovinos" option.
  4. On sidebar filters select a filter that contains special characters like "Carne Moída".
  5. 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!

Gatamura avatar Aug 09 '18 21:08 Gatamura