[wp-meta] [Making WordPress.org] #7456: Plugin author archives community/commercial filter broken
Making WordPress.org
noreply at wordpress.org
Fri Feb 9 00:02:31 UTC 2024
#7456: Plugin author archives community/commercial filter broken
------------------------------+----------------------
Reporter: dd32 | Owner: dd32
Type: defect (bug) | Status: assigned
Priority: normal | Milestone:
Component: Plugin Directory | Keywords:
------------------------------+----------------------
On author archives, the community/commercial filters are incorrectly
applying as an OR filter.
ie. `plugins = ( queried_user IS committer OR queried_user IS contributor
OR plugin IS commercial )`.
The query should be instead:
`plugins = ( queried_user IS committer OR queried_user IS contributor )
AND ( plugin IS commercial )`.
For example,
https://wordpress.org/plugins/author/wordpressdotorg/?plugin_business_model=commercial
should have no results
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/7456>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list