Closed (fixed)
Project:
SQL Search (Trip Search)
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2005 at 09:50 UTC
Updated:
16 Oct 2006 at 13:52 UTC
I get an error on doing advanced search.
In the current distribution version, on line 326 you have this
preg_match_all('|\b' . $key . '\b|', $results[$id]['body'], $matches);
I believe it should look like this
preg_match_all('|\b' . $key . '\b|', $results[$id]['body'], $keys);
Comments
Comment #1
joel_guesclin commentedClosed - recheck in 4.7 if necessary