I did that, but it still doesn’t seem to work. The only other setting I changed was I check Allow key=value1+value2 (value1 AND value2) queries
Note: A ‘+’ in the URL is equivalent to a space!
You can try for yourself on my site.
Works
http://waytooindie.com/?rating-min=6.5&rating-max=9.9
Doesn’t work but should
http://waytooindie.com/?rating-min=6.5&rating-max=10
Am I doing something wrong?
I tried this in both 1.4 and the 1.5b versions.
In the meantime, this seems to work…
?rating-min=6.5&rating-max=9.9&rating=10
I’m not sure if I have the same problem or not, but it does sound similar to what I’m experiencing. My key is named rating and I have one result with value of 9.5.
If I do this, it works fine
?rating-min=6.5&rating-max=9.9
But when I do this, I get no results
?rating-min=6.5&rating-max=10
Obviously, if 9.5 was found with the max set at 9.9 it should also be found with a 10 max.
Thanks.