Page 1 of 1

Fuzzy search

Posted: Mon Apr 30, 2012 2:29 pm
by Rabbit80
IS it possible to combine a fuzzy search with a non fuzzy search using webservices?

e.g.

"Application~0.7 AND Smith"

I'm having some bizarre results when I try it. (In fact, I have bizarre results with fuzzy in general!)

Re: Fuzzy search

Posted: Tue May 08, 2012 9:41 am
by agaspa
Sorry, but this is not possible,
but you can use some special characters like '*' (asterisk) and '+' (plus) '-' (minus) operators.

So for example you can make a query like this: "Application* +Smith"
or like this: "+Application +Smith".

One other important thing that you can specify is the language of the documents you want to retrieve and the language of your query.
See the attachment