$topN results not returned in order according to sort spec

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 5.2.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • QE 2021-11-01
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      With the current implementation $bottomN returns results in the order you would get by using a $sort stage with the same sort spec, but $topN does not. $topN currently returns results in the order opposite of the sort spec, e.g. {a: 1} currently returns the largest $a first whereas a $sort stage would return the smallest $a first.

      Pending on going discussion of result ordering in the Exact Top N Accumulator project, we should update AccumulatorTopBottomN to reflect that decision and change all the tests.

            Assignee:
            Mihai Andrei
            Reporter:
            Mickey Winters
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: