Closed GoogleCodeExporter closed 8 years ago
The problem was likely caused by the introduction of MatchType.RAW_KEYWORDS.
When there are no keywords the following search expression part is produced by
LuceneSearch.filterByKeywords:
...contents:()...
It's refused by the parser. To avoid it, we should check the keywords and if
there are not any of them then avoid appending "contents..." .
Original comment by peter.ri...@gmail.com
on 24 Apr 2012 at 7:46
This issue was updated by revision r179.
This fixes the failing testcase. Please review and close.
Original comment by peter.ri...@gmail.com
on 24 Apr 2012 at 7:59
Thank you~
Original comment by andow...@gmail.com
on 24 May 2012 at 10:51
Original issue reported on code.google.com by
peter.ri...@gmail.com
on 24 Apr 2012 at 7:43