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
Currently only taxonomies which are public=true can be added as a filter:
query-filter/src/taxonomy/edit.js
Line 18 in 366f064
I think the proper check would be publicly_queryable=true just like the editor uses in various cases, see https://github.com/search?q=repo%3AWordPress%2Fgutenberg%20publicly_queryable&type=code. This allows to have non-public but still publicly queryable taxonomies to be used as a filter. Happy to provide a PR if there are no objections.
publicly_queryable=true
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently only taxonomies which are public=true can be added as a filter:
query-filter/src/taxonomy/edit.js
Line 18 in 366f064
I think the proper check would be
publicly_queryable=true
just like the editor uses in various cases, see https://github.com/search?q=repo%3AWordPress%2Fgutenberg%20publicly_queryable&type=code. This allows to have non-public but still publicly queryable taxonomies to be used as a filter. Happy to provide a PR if there are no objections.The text was updated successfully, but these errors were encountered: