Improve error message in MetadataHttpHandler#getValidatedSearchRequest method when sort order is not specified for paginated results.
Current error message is: `Cursors are only allowed in conjunction with sorting` but we should reword it to: `Specify a sort order when passing in a cursor`.