Ticket #5281 (new enhancement)

Opened 1 year ago

Last modified 1 year ago

request for category unions intersections via URL

Reported by: azizpoonawalla Assigned to: anonymous
Priority: normal Milestone: 2.9
Component: General Version:
Severity: normal Keywords:
Cc:

Description

The functionality for searching a blog by unions and intersections of tags is a powerful feature. The same functionality for categories would also be extremely useful.

Change History

10/29/07 15:19:40 changed by foolswisdom

  • milestone set to 2.5.

10/30/07 05:26:04 changed by ryan

This is pretty easy to do if someone wants to tackle it. Add categoryslug_in and categoryslug_and queries that are patterned after the tag equivalents. These should be private query vars. Add a new public query var called "category" patterned after "tag". Convert the existing category_name query to use categoryslug_in.