Details
Details
Assignee
frances.webb@cornell.edu
frances.webb@cornell.eduReporter
Mike Taylor
Mike TaylorPriority
Development Team
Core: Platform
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created July 26, 2017 at 10:18 AM
Updated March 27, 2019 at 7:46 PM
As noted in UIU-101, it seems that when submitting a query such as
to mod-users, the resulting list of users is sorted by name (in lastname, firstname order) with the invalid
noSuchField
key being completely ignored.Instead, the query translator should adhere to the FEFO principle (Fail Early, Fail Often), and reject the query with an explicit error message along the lines of "unrecognised sort-key 'noSuchField'".