Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2009 at 20:34 UTC
Updated:
25 Apr 2009 at 17:20 UTC
I replaced the default search terms page with a views-based alternative, but the client noticed that the search is lousy. I just confirmed that the default search is returning extremely relevant results that the views-based search is missing entirely. I have a node called "WRAP extends enviro wine program to U.S." A search for wrap finds the node, but "wrap extends" does not, while the default search works perfectly. This can only mean that something in the way that views is doing the filter is not working correctly.
Comments
Comment #1
merlinofchaos commentedThe current -dev has a vastly improved search filter and can sort by relevancy where the previous one couldn't. Or it could pretend it could but it was a giant lie.
Comment #2
fumbling commentedThanks merlin!
Charlie - I would be very interested in trying your solution in conjunction with the latest dev version. I sent you another note today after reading your other thread on the issue, really look forward to seeing how this is done. Thanks.
Comment #3
Peter Swietoslawski commentedI couldn't make this work. Actually exposed Search filter on latest dev version (2009-Feb-26) of Views produces malformed SQL (missing table names):
when run from this simple View (clean install of Drupal 6.10):
Comment #4
merlinofchaos commentedThe .count bug was fixed in #415706: Exposed Search Filters broken in 6.x-2.4