Symbols cause exceptions/weird behavior
Something is seems wrong with encoding of searcher objects to string (in urls). It’s actually a webdsl issue.
E.g. filtering on facets seems to be broken if ~ is used as search term.
see: trace
Submitted by Elmer van Chastelet on 19 October 2011 at 12:50
Issue Log
On 23 December 2011 at 14:24 Elmer van Chastelet tagged webdsl
On 31 January 2012 at 19:06 Elmer van Chastelet closed this issue.
On 31 January 2012 at 19:09 Elmer van Chastelet commented:
fixed in webdsl r4903. Symbols used by lucene query syntax were not escaped after deserialization of searcher object, which caused parsing exceptions and npe’s.
Log in to post comments