Active
Project:
Faceted Search
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2008 at 12:44 UTC
Updated:
6 Oct 2008 at 19:53 UTC
I'm assuming this is a bug (and a nasty one... talk me some time...)
If a decimal fields includes a value with figures after a period, i.e. 1.32 or 4.21, it brake the search and sends to a "Your search yielded no results" page.
This does not happen when searching text fields which include a perious, since they are wrapped with "..".
The simple 'hack' is to use text fields for decimal values... but this should really be solved...
Will it bother anything else if all decimal values would be wrapped in "" ? I actually tried that in the search but it didn't work so i'm guessing something in the code is preventing searching decimal fields wrapped with ".."
;)
Comments
Comment #1
asak commented(I really should use the preview button before submitting issues...)
Comment #2
David Lesieur commentedMmh, there might be an unescaped regex somewhere...