Disable lucene syntax for search
Just saw this error popup in the tomcat log:
[18:00:54 yellowgrass] ERROR org.apache.lucene.queryParser.ParseException: Cannot parse 'JSGLR --implode broken Spoofax': Encountered " "-" "- "" at line 1, column 7.
We should not expose lucene syntax to users by default. Can be disabled by adding
Submitted by Elmer van Chastelet on 16 January 2013 at 18:02[no lucene]
to the searcher definition
Issue Log
On 16 January 2013 at 18:09 Elmer van Chastelet commented:
Disallowed in this commit.
If we want to allow lucene syntax to users, it should probably be done in an advanced search form.
On 16 January 2013 at 18:09 Elmer van Chastelet closed this issue.
On 8 February 2013 at 21:56 removed tag improvement
Log in to post comments