#16157 closed defect (bug) (fixed)
category__and, tag__and, tag_slug__in, tag_slug__and support missing
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Taxonomy | Keywords: | |
Focuses: | Cc: |
Description
These appear to have gone AWOL.
Attachments (2)
Change History (14)
#4
@
14 years ago
Looking good here. If a tag that doesn't exist is specified in an intersection, that tag is ignored. It won't be required in the AND. I think this is different than 3.0, but quite edge case.
#5
@
14 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
'tag' is also missing.
#10
@
14 years ago
I have an issue that arose since release of 3.1 whereby
$args = array( 'category__and' => array($_GET['neighbourhood'],$_GET['venueType']), 'posts_per_page' => -1 ); query_posts($args);
used to work, but does not now. I am cross-posting here in case it is of relevance to the changes made in this ticket - Support Forum Post Thank you for any help.
Note: See
TracTickets for help on using
tickets.
tag_slugin and some sanitization