> 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
You query is perfectly fine. However range queries require trie based or sortable based types. tfloat tdouble etc.