Hi all,
I have a big trouble trying to define a flexible lucene query to search content by name. I have a file named 'listino prezzi.txt' and this is what I have already tried:
-@cm\:name"*listino*" -> nothing
-@cm\:name"*listin*" -> correct!
-@cm\:name"*listino prezzi*" -> nothing
and, in the end
-@cm\:name"*prezzi*" -> it works!
Is there a way to define a 'flexible' query to search a content that contains a piece of text?