Closed (fixed)
Project:
Views Fast Search
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2007 at 15:07 UTC
Updated:
30 May 2007 at 19:33 UTC
we are still issueing a search even if the one provided keyword is too small. for example, see http://www.observer.com/fsearch?filter0=123 (our minimum length is 4)
Comments
Comment #1
douggreen commentedI don't get the same error. Please make sure that you have views_fastsearch.module 1.2.2.13 that has the following check on line 140:
Comment #2
yhager commentedI am getting the error with a later version of the views_fastsearch.module (1.2.2.18).
The check above does appear on line 162, however, searching for a small keyword gives me the following error:
Comment #3
yhager commentedPlease ignore my last comment. It appears I am getting this error for *all* searches besides small keywords :)
I'll continue researching and open an issue if I find something.
Comment #4
douggreen commentedThanks! I just released this version yesterday. It uses some new logic for even faster searches. Please read the release notes. The error you are getting is in the old method of doing queries, that I still need to debug.
Comment #5
douggreen commentedThe latest build should fix the php error. I still need to do some debugging to make sure that it's generating the right queries.
Comment #6
douggreen commentedbtw, I think that the small words are being excluded properly. I just tested with both the old search and the UNIQUE search, and both seem to work.
Comment #7
yhager commentedmy bad for not reading the release notes before trying the version.. thanks for noting that..
Comment #8
douggreen commentedComment #9
(not verified) commented