You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The search query should be able to search any specifications values even if it contains a special character.
Current Behavior
The following variable object with the search query should return all filtered products, but returns an empty array. I suspect it's because of a / in the value of the rest parameter, which is the value of specificationFilter_216.
Expected Behavior
The search query should be able to search any specifications values even if it contains a special character.
Current Behavior
The following variable object with the
search
query should return all filtered products, but returns an empty array. I suspect it's because of a/
in the value of therest
parameter, which is the value ofspecificationFilter_216
.Possible Solution
Maybe if change the search path and refactor the logic use the Search API path with
fq=specificationFilter_{id}:{value}
Steps to Reproduce (for bugs)
/
Context
I'm using the query with a custom application and filters have this value.
Your Environment
manifest.json
:The text was updated successfully, but these errors were encountered: