Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
The views 3 OR funtionality as it is now doesn't solve all cases. Some filters (like taxonomy terms) are marked as ungroupable so is not possible to make 'or' on them. ( see http://drupal.org/node/118672#comment-2410416 )
I have content type Event with Taxonomy Tags, and Venues with taxonomy Category and I want that if people selects a tag and a category both results show (OR), this is only possible with 'views_or' module even using views 3
Good news is views_or seems to work ok with views 3.
Thanks for this module and please check on this before deprecating it.
Actually, Views 3 will not add OR capability to Arguments (comment reference).
I tried using this in Views 3, it seems to break my filter for Content Type when I use it, and nodes of any content type are pulled into the View.
This module was a stop-gap while we waited for similar functionality in Views. No upgrade to work with Views 3 is planned. Problems with Views 3 functionality need to be addressed directly with the Views project.
Comments
Comment #1
dooug commentedIt looks like Views 3 will include OR filter UI functionality: http://drupal.org/node/695302
That will deprecate the Views Or module, so you'll just need to convert to use the Views 3 functionality.
Comment #2
rmarino commentedThe views 3 OR funtionality as it is now doesn't solve all cases. Some filters (like taxonomy terms) are marked as ungroupable so is not possible to make 'or' on them. ( see http://drupal.org/node/118672#comment-2410416 )
I have content type Event with Taxonomy Tags, and Venues with taxonomy Category and I want that if people selects a tag and a category both results show (OR), this is only possible with 'views_or' module even using views 3
Good news is views_or seems to work ok with views 3.
Thanks for this module and please check on this before deprecating it.
Comment #3
mattcasey commentedActually, Views 3 will not add OR capability to Arguments (comment reference).
I tried using this in Views 3, it seems to break my filter for Content Type when I use it, and nodes of any content type are pulled into the View.
Comment #4
masande commentedlike mattwad, i can confirm that views_or is not functioning with views 3 when used as an argument in combination with a filter for content type.
Comment #5
seandunaway commentedI'm experiencing the same issue of content type being ignored.
Comment #6
doublejosh commentedsubscribe
Comment #7
basicmagic.net commentedsubscribe
Comment #8
mattcasey commentedFYI, you can now just click 'Follow' at the top instead of adding a comment
Comment #9
darren ohThis module was a stop-gap while we waited for similar functionality in Views. No upgrade to work with Views 3 is planned. Problems with Views 3 functionality need to be addressed directly with the Views project.