Closed (fixed)
Project:
Views Fast Search
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2007 at 21:22 UTC
Updated:
10 Jul 2007 at 21:48 UTC
Hi!
The OR Operator doesn't work any more. There is a small error at line 76:
if ($upper_value == 'OR' || $filter['operator'] == 'OR') {
$sqlop = ' OR ';
continue;
}
this would mean, ever time I use the OR Operator, the condition gets true (because of the or ||) and the typed word doen't get added to the where clause.
if the $filter['operator'] gets removed, all works fine.
I added a small patch ;)
| Comment | File | Size | Author |
|---|---|---|---|
| views_fastsearch_or.patch | 725 bytes | mh86 |
Comments
Comment #1
douggreen commentedThanks!
Comment #2
(not verified) commented