Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.7
Component:
search data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
9 Nov 2008 at 02:38 UTC
Updated:
22 Mar 2017 at 18:06 UTC
Comments
Comment #1
merlinofchaos commentedViews 2 cannot override the search results pages.
Views fast search has been integrated into Views 2, so there is no need for the module in Drupal 6. What you can do is create a view that includes a search, expose the filter as a block, and use that in place of the core search block. You may need to do some theme integration work to use the views block if the search widget is specially placed in the theme, though.
Comment #3
liquidcms commentedhate to re-open.. but still same question
perhaps i am missing something but not sure how Views integrates views fast search. is this the exposed Search Terms filter?
hope not, cus i don't think that quite works as drupal search does (which i think views fast search did)
if i have a node of type Booking with title Test1 and i have a noderef field in Test1 of title "fubar". in Drupal search if i search on "fubar" it will find Test1.
if i set up a view to list nodes of type Booking and i add Search Terms exposed filter - and search on "fubar" - no nodes are returned.
Comment #4
liquidcms commentedok, perhaps i mis-spoke.. was sure drupal search worked; but now it seems as though it doesn't either .. i.e. it doesn't index title of noderef fields
so couldn't expect Views search to work.. i'll post issue to CCK.