I am a bit new for Solr. I am running below query in query browser admin interface
+RetailPriceCodeID:1 +MSRP:[16001.00 TO 32000.00] I think it should return only results with RetailPriceCode = 1 ad MSRP between 16001 and 32000. But it returns all resuts with MSRP = 1 and doesnt consider 2nd query at all. Am i doing something wrong here? Please help