Im trying to search for a number in a range.
example:
minPirce < 800 < maPriceminPrice and maxPrice are two fields in a document type.
Im adding this query to smart search box webpart, throw code:
url = UrlHelper.UpdateParameterInUrl(url, "searchtext", HttpUtility.UrlEncode(mycodeVar));
how can i get to work using this syntax
http://lucene.apache.org/java/2_1_0/queryparsersyntax.htmlTHANKS :)