It would be very useful, if taxonomy urls could be used for complex statements like:

  • /taxonomy/term/1+5,4,-8: "1 OR 5 AND 4 AND not 8"
  • /taxonomy/term/1+5,4+-8: "1 OR 5 AND 4 OR not 8"

That way I could easily exclude certain tags from my custom taxonomy feeds - for example to keep out short news items from an article feed.

(that's exactly my use-case: We do community world-building and one of us writes a short in-play newscast, but one of our aggregators doesn't want to include that cast, because it doesn't fit the style of the aggregator)

Comments

willmoy’s picture

Version: 5.16 » 8.x-dev

Seems like a good idea. Couldn't find a duplicate.

dave reid’s picture

Status: Active » Closed (won't fix)

The feature to use more than one taxonomy term in a path was removed. This functionality is now the responsibility of views when it can.