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.

CommentFileSizeAuthor
views_search-check_views.patch905 bytesnoomz

Comments

haagendazs’s picture

Noomz: Thanks a lot for the patch. I'll commit this shortly to dev.

zilverdistel’s picture

The patch seems to work.

haagendazs’s picture

Noomz: 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.