> I've got an issue when searching with a searchtstring > like: 'title:"Blue" > on "Blu' . the original searchstring is: 'title:"Blue" on > "Blue"' and this > works well. If I now delete the last double quote and the > "e" than I get the > error below. Is there any filter that can handle such > searches which I have > to configure?
This is about query parser. " is a special character. dismax query parser strips unbalanced quotes. http://www.lucidimagination.com/blog/2010/05/23/whats-a-dismax/