Re: Escape character and Special character

2008-01-30 Thread Daniel Naber
On Mittwoch, 30. Januar 2008, Joshua W Hui wrote: > Thanks for the information. Does it also apply to fuzzy search? I think so. > Also, a simple question... how can I find out which release the fix will > go in? Currently, it only has a patch. It's not yet assigned to any version (it says "Fix

Re: Escape character and Special character

2008-01-30 Thread Joshua W Hui
Thanks for the information. Does it also apply to fuzzy search? Also, a simple question... how can I find out which release the fix will go in? Currently, it only has a patch. Joshua Daniel Naber

Re: Escape character and Special character

2008-01-30 Thread Daniel Naber
On Mittwoch, 30. Januar 2008, Joshua W Hui wrote: > When I tried to do a lucene search using escape character with other > special character like the following: > > SUBJECT:Yahoo\!~0.5 > SUBJECT:Yahoo\!* > > It seems the parser totally ignores the escape character, and becomes It's a known bug, s

Escape character and Special character

2008-01-30 Thread Joshua W Hui
Hi, When I tried to do a lucene search using escape character with other special character like the following: SUBJECT:Yahoo\!~0.5 SUBJECT:Yahoo\!* It seems the parser totally ignores the escape character, and becomes SUBJECT:Yahoo!~0.5 SUBJECT:Yahoo!* which gives me syntax exception. Any re