Active
Project:
Views filter view
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2012 at 09:41 UTC
Updated:
19 Apr 2013 at 04:40 UTC
Jump to comment: Most recent file
Hi,
Thank you very much, this is a great add-on for views !
The following patch provides an exposed filter.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | views_filter_views-exposed_filter-1644326-5.patch | 7.4 KB | hoter |
| #2 | exposed_filter2.patch | 3.57 KB | Pierco |
| exposed_filter.patch | 1.43 KB | Pierco |
Comments
Comment #1
Pierco commentedPlease 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.
Comment #2
Pierco commentedSorry 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.
Comment #3
philipz commentedDid you manage to get working exposed filter with this module? I can't find any configuration options in my views.
Comment #4
dawehnerThis seems to be very similar to #1784078: PHP Fatal error: Cannot access empty property in views_filter_view/views_filter_view.module on line 40
Comment #5
hoter commentedI 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.