#5281 closed feature request (worksforme)
request for category unions intersections via URL
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Permalinks | Keywords: | |
Focuses: | 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 (6)
#3
@
14 years ago
- Component changed from General to Permalinks
- Keywords needs-patch added
- Owner changed from anonymous to ryan
- Type changed from enhancement to feature request
Note: See
TracTickets for help on using
tickets.
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.