Active
Project:
Views Search
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2011 at 04:59 UTC
Updated:
23 Mar 2011 at 23:08 UTC
I think it should not search only "default" display filter when one want to enable the search views, I don't know that's a bug or not. Then I make a little patch for someone who may want it. The patch is for includes/views_search.admin.inc file.
| Comment | File | Size | Author |
|---|---|---|---|
| views_search-check_views.patch | 905 bytes | noomz |
Comments
Comment #1
haagendazs commentedNoomz: Thanks a lot for the patch. I'll commit this shortly to dev.
Comment #2
zilverdistel commentedThe patch seems to work.
Comment #3
haagendazs commentedNoomz: Sorry that this took forever, I wasn't able to find the time to get my Git skills up to speed. I applied your patch to the 6.x-1.x-dev version with one little change.
I modified this line:
if ($filter['expose']['operator'] != FALSE) {to this
if ($filter['exposed'] == TRUE) {both for simplicity sake and also because with my first test case, your version didn't work for my views display.
If you guys find some time to test this successfully, I'll roll this into the beta2 version of this module.