Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#20121 closed feature request (invalid)

Nested queries/ drilldown tags filtering

Reported by: sooskriszta's profile sooskriszta Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.3.1
Component: Taxonomy Keywords:
Focuses: Cc:

Description

I would love to see drilldown tags navigation/filtering, somewhat like what Amazon does...

Consider this:

There are 4 tags: Red, Blue, Boat, Festival.

If I click on Red, it should show me the articles tagged Red. But also, it should show the tags for the articles tagged red...so if there is only one article, and it has 2 tags: Red and Boat then I should only see Boat in the tags list now ....conversely, if in the beginning I clicked on boat instead of red, then I should see only red in the tags list...

So, basically I am not asking for any change in the tags are stored - there isn't a hierarchy. Instead, I am asking for changes at the retrieval layer to allow "AND" type navigation through tags.

Change History (1)

#1 @scribu
12 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed
  • Type changed from enhancement to feature request

AND queries are already possible:

http://ottopress.com/2010/wordpress-3-1-advanced-taxonomy-queries/

And here's one plugin that implements an UI for this:

http://wordpress.org/extend/plugins/query-multiple-taxonomies/

Note: See TracTickets for help on using tickets.