[wp-trac] [WordPress Trac] #65130: Plugin search (term) in wp-admin lacks normalization, causing fragile keyword matching
WordPress Trac
noreply at wordpress.org
Mon May 4 05:25:00 UTC 2026
#65130: Plugin search (term) in wp-admin lacks normalization, causing fragile
keyword matching
----------------------------+------------------------------
Reporter: 369work | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
----------------------------+------------------------------
Comment (by 369work):
Tested the patch on a local WordPress trunk installation.
Results:
- "multibyte" → WP Multibyte Patch found ✅
- "multi byte" → WP Multibyte Patch found ✅
- "multi-byte" → WP Multibyte Patch found ✅
- "multi" → Too many results (5000+) to confirm, but no regression
observed
- "multi patch" → Not found ❌ (expected, as the API does not support
multi-token matching)
The patch works as intended for the core use case (space/hyphen
normalization).
The "multi patch" case would require server-side improvements, which is
out of scope for this ticket as noted in the description.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65130#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list