We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Inside the Intelligent Search settings, there's the possibility of choosing if you want to hidden a facet or not.
Currently, even though this is selected on the admin
And the API (https://storeframework.myvtex.com/api/io/_v/api/intelligent-search/facets/productclusterids/140) returns "hidden": true, we seem to ignore the hidden as still render the facet.
Expected behavior If the API returns "hidden": true, then we should not render the facet.
Steps to reproduce
The text was updated successfully, but these errors were encountered:
Added to our backlog! Thanks for reporting ⭐
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Inside the Intelligent Search settings, there's the possibility of choosing if you want to hidden a facet or not.
Currently, even though this is selected on the admin
And the API (https://storeframework.myvtex.com/api/io/_v/api/intelligent-search/facets/productclusterids/140) returns "hidden": true, we seem to ignore the hidden as still render the facet.
Expected behavior
If the API returns "hidden": true, then we should not render the facet.
Steps to reproduce
The text was updated successfully, but these errors were encountered: