Hi, I'm currently using Views 2 with CCK and Feeds to grab events from Google Calendar and cross-post them on my site. Ideally, I would like a front page that contains both my custom Event nodes regardless of whether they have frontpage status and all other nodes if and only if they have frontpage status. With Views 2, though, I don't see an easy way to set this up or manually modify the SQL query that is used in filtering nodes for frontpage display. Is there either a module for drupal 6 or some way to customize Views to allow the union of two filters?

Comments

imrook’s picture

My company ended up writing the views_union http://drupal.org/project/views_union module to implement this feature for Views 1 on Drupal 5. I was hoping Views2 would have solved this issue by now.

Hagios’s picture

FYI, for anyone coming here from google, you want the View_Or module. It works with Drupal 6.

jsobiecki’s picture

Thanks!

ordually’s picture

A newer update for anyone coming here from Google: Views has logical OR capability for filters built in, since 3.x. See also this ticket, which describes the feature: http://drupal.org/node/118672