Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
mongodb-2.6
-
None
Description
Sort order in queries will be limited to the following values in 2.6:
- 1 for ascending
- -1 for descending
- {$meta: "textScore"} for text search (descending by score)
All other values will be rejected by the query framework.
Attachments
Issue Links
- depends on
-
SERVER-11568 query optimizer fails to use index when sort spec is inconsistent with index spec
-
- Closed
-