Our requirement is to make solr query on two or more attributes. for example the search criteria is DaVinci AND price between 10 TO 40 The query i am using is ; ?q=DaVinci&q=Price:[10 TO 40]
this query is returning me results for first query parameter only (?q=DaVinc). What should be the query for such multiple parameters. Thanks, Prerna -- View this message in context: http://www.nabble.com/How-to-do-Query-on-multiple-parameters-tp21457148p21457148.html Sent from the Solr - User mailing list archive at Nabble.com.