summaryrefslogtreecommitdiff
path: root/jstests/aggregation/bugs/server11675.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31785 use multiple shards in aggregation_sharded_collections_passthroughKyle Suarez2017-12-141-86/+96
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-191-0/+13
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-2/+1
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-1/+2
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-2/+1
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-211-0/+32
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+2
* SERVER-25757 Add a $facet passthrough aggregation suite.Charlie Swanson2016-09-121-1/+1
* SERVER-25054 Error if aggregation uses text score without text search.Charlie Swanson2016-07-141-3/+4
* SERVER-24766 Rename error code 15999 to InvalidPipelineOperatorGeert Bosch2016-07-131-1/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-39/+39
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-78/+90
* SERVER-22341 fix jslint errors in jstests/aggregation with eslint --fixMike Grundy2016-02-051-2/+2
* SERVER-12708 Report errors from shards when mergingPresorted results.Mathias Stearn2014-02-191-1/+1
* SERVER-12488 Assume we don't need textScore if not doing text queryMathias Stearn2014-02-101-2/+0
* SERVER-11675 more testing of $text in aggMatt Dannenberg2014-02-061-0/+31
* SERVER-11675 Always assume we need score if doing a $text query in aggMathias Stearn2013-12-231-0/+17
* SERVER-11675 Agg text supportMathias Stearn2013-12-181-0/+116