Hi,
Thank you very much, this is a great add-on for views !
The following patch provides an exposed filter.

Comments

Pierco’s picture

Please ignore the last patch. I have just seen that you use a specific function to get items: views_filter_view_get_items().
But please, keep in mind that having a exposed filter would be great. Thanks.

Pierco’s picture

StatusFileSize
new3.57 KB

Sorry for spamming the issue queue.
It would be nice to add a "filter on" option in the filter form in order to choose which field should be used in the where clause. Here is another dirty patch just to explain what I'm talking about. I removed the relationship and base field because I use a custom exposed table (hook_views_data) which doesn't have a base field.

philipz’s picture

Did you manage to get working exposed filter with this module? I can't find any configuration options in my views.

dawehner’s picture

hoter’s picture

I think it's a great module. I little changed patch, merged with other patch (from http://drupal.org/node/1784078#comment-7309810) and added own changes.