#5281 closed feature request (worksforme)
request for category unions intersections via URL
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Permalinks | 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 (6)
comment:1
foolswisdom — 6 years ago
- Milestone set to 2.5
- Component changed from General to Permalinks
- Keywords needs-patch added
- Owner changed from anonymous to ryan
- Type changed from enhancement to feature request
- Milestone changed from 2.9 to Future Release
comment:5
johnbillion — 2 years ago
- Keywords needs-patch removed
- Resolution set to worksforme
- Status changed from new to closed
This got fixed somewhere along the line. Worksforme as of 3.1.
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.