-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.2.3, 2.4.0-rc0
-
Component/s: Index Maintenance
-
None
-
Environment:2.2.3 and 2.4.0-rc0 on OS X
-
Query
-
ALL
-
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
From the documentation you cannot use hashed indexes for range queries. Hence expect the query below to either error out or return the correct result.
This query does the right thing if the hashed index is not specified on the hint. Also additionally if you create a regular index on the foo field the query correctly picks the regular index and returns the correct result.