Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.6.1, 4.0-BETA
-
None
Description
According to the wiki wildcard range queries are supported. In reality either of the following queries result in NPE using the example schema.
- price_c:[* TO 1000]
- price_c:[* TO 1000,USD]
- price_c:[*,USD TO 1000,USD]
- price_c:[1000 TO *]
- price_c:[1000,USD TO *]
- price_c:[1000,USD TO *]