I have a list of items as:
i = SearchQuerySet().models(Item)
now, each item in i has a attribute, price
i
price
I wan
Try this:
-(-price:[300 TO 400] AND price:[* TO *])
is logically the same and it works in Solr.