karandepratham / and-bible

Automatically exported from code.google.com/p/and-bible
0 stars 0 forks source link

Search with Lucene Query Syntax not working #207

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Search help says to use "*", "?", "AND" and other Lucene Query Parser Syntax 
for searches, but this often results in "Invalid search query" errors and no 
results (or wrong results).

It's currently only possible to pass unfettered LQPS when "Any word" search 
type radio is chosen. The other options decorate raw search results and can 
foil or break LQPS searches.

A good solution would be to simply detect LQPS words/symbols in the search 
query and automatically switch to un-decorated pass through if they are present.

Original issue reported on code.google.com by gpl.prog...@gmail.com on 14 Oct 2013 at 1:46