Hello,

I was wondering if Views Or is already compatible with Views 3?

Thank you!

Comments

dooug’s picture

Status: Active » Closed (fixed)

It 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.

rmarino’s picture

Status: Closed (fixed) » Active

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.

mattcasey’s picture

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.

masande’s picture

like 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.

seandunaway’s picture

I'm experiencing the same issue of content type being ignored.

doublejosh’s picture

subscribe

basicmagic.net’s picture

subscribe

mattcasey’s picture

FYI, you can now just click 'Follow' at the top instead of adding a comment

darren oh’s picture

Status: Active » Closed (works as designed)

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.