Opened 8 months ago
Closed 8 months ago
#7456 closed defect (bug) (fixed)
Plugin author archives community/commercial filter broken
Reported by: | dd32 | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
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
Note: See
TracTickets for help on using
tickets.
In 13193: