[wp-trac] [WordPress Trac] #60440: Fix limitation on tags/categories.
WordPress Trac
noreply at wordpress.org
Mon Feb 5 12:30:24 UTC 2024
#60440: Fix limitation on tags/categories.
-------------------------+-------------------------------------------------
Reporter: elenadosil | Owner: (none)
Type: defect | Status: new
(bug) |
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 6.4.3
Severity: normal | Keywords: has-screenshots needs-patch has-
Focuses: | testing-info
-------------------------+-------------------------------------------------
There is a hard limit of 20 tags returned. If a site has many many tags
that include a specific string, when they use the type and search
functionality in WordPress they don't get all the tags they expect
returned.
Another limitation of how it currently works is; because it only returns
max 20 results, the user tends to create a new tag when that tag already
exists (but was not included in the 20 suggested results) so we get many
duplicate tags.
The specific request is to alter the tag search functionality to return
more tag results or offer the ability to return paged results.
We can see that default (20) is set here:
https://github.com/WordPress/gutenberg/blob/2e01f2208e1e43492236684315f1654cb54e2973/packages/editor/src/components
/post-taxonomies/flat-term-selector.js#L31
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60440>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list