Skip to content
New issue

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

Cannot add a subset of tags to the Query Block query controls if there are over 100 tags #40474

Closed
mwnciau opened this issue Apr 20, 2022 · 1 comment
Assignees

Comments

@mwnciau
Copy link

mwnciau commented Apr 20, 2022

Description

Currently, the query controls for the query block will only bring through 100 of each type of taxonomy. See

const termsQuery = { per_page: MAX_FETCHED_TERMS };

Once, e.g. you have more than 100 tags, there will be some tags that you are unable to add because they're not on the suggestion list. The query controls won't let you add custom tags that aren't in the suggestions list.

Step-by-step reproduction instructions

Create over 100 tags for a site. Try to add each tag to a query block controls. You will be unable to add some tags.

Screenshots, screen recording, code snippet

No response

Environment info

No response

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

@ntsekouras
Copy link
Contributor

Thanks for the issue @mwnciau ! I'll close this as a duplicate of #33581

@priethor priethor removed the [Status] In Progress Tracking issues with work in progress label May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants