[wp-meta] [Making WordPress.org] #7935: Core Trac Workflow Keywords Issue
Making WordPress.org
noreply at wordpress.org
Sun Mar 23 09:27:15 UTC 2025
#7935: Core Trac Workflow Keywords Issue
--------------------------+-------------------------
Reporter: SirLouen | Owner: (none)
Type: defect (bug) | Status: new
Priority: high | Milestone:
Component: Trac | Keywords: needs-patch
--------------------------+-------------------------
This affects all tracs, but more specifically Core one
There a 4 keywords that have conflicting names:
- `needs-testing` and `needs-testing-info`
- `has-design` and `has-design-feedback`
**Where is the problem?**
Searches in the Custom Query are made whith a "contains" query filter.
This means that searches are not based on exact matches. This means that
if you search for either `needs-testing` or `has-design` you will receive
results with `needs-testing`, `needs-testing-info` or the two. Same for
`has-design`with `has-design-feedback`
**Solution**
Simply modify this two keywords a little bit
For example, instead of:
`needs-testing-info` => `needs-test-info` or `needs-info-tesing`
and
`has-design-feedback` => `has-feedback-design`
The first one, the needs-testing one is specially important because both
are conflicting and render queries of very poor quality.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/7935>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list