Hi, I want to perform search with default AND operator on multiple fields.
Below mentioned query works fine with AND operator and one field : ?q={!lucene q.op=AND df=prdMainTitle_product_s}Ladybird Shrinkwrap However as soon as I add two fields, it starts giving me records which have two terms "LadyBird" and "Shrinkwrap" but in multiple fields, however it should search only in prdMainTitle_product_s and prdMainSubTitle_product_s ?q={!lucene q.op=AND qf=prdMainTitle_product_s qf=prdMainSubTitle_product_s}Ladybird Shrinkwrap&qt=dismaxrequest Please let me know if there are issues with the query above. Thanks, Prerna -- View this message in context: http://www.nabble.com/Default-AND-operator-%7C-search-on-multiple-fields-tp24106288p24106288.html Sent from the Solr - User mailing list archive at Nabble.com.