Make WordPress Core

Opened 3 months ago

#60440 new defect (bug)

Fix limitation on tags/categories.

Reported by: elenadosil's profile elenadosil Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.4.3
Component: General Keywords: has-screenshots needs-patch has-testing-info
Focuses: Cc:

Description

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

Attachments (1)

Screenshot 2024-01-22 141218.png (141.7 KB) - added by elenadosil 3 months ago.
Screenshot

Download all attachments as: .zip

Change History (1)

Note: See TracTickets for help on using tickets.