Skip to content

Support sort=none on the search API #3476

@lmsurpre

Description

@lmsurpre

Is your feature request related to a problem? Please describe.
As part of #2026 we added support for thee sort options in the history api:

  • _lastUpdated
  • -_lastUpdated
  • none

The 'none' option is interesting because it gives us a neat way to sort via the primary key in the db which has some nice benefits for performance and paging consistency.

Describe the solution you'd like
Add support for sort=none on the search API.

Describe alternatives you've considered

Acceptance Criteria

  1. GIVEN [a precondition]
    AND [another precondition]
    WHEN [test step]
    AND [test step]
    THEN [verification step]
    AND [verification step]

Additional context
if this goes well, I'd possibly even consider it to become the default sort...

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Priority 3 - Nice To HaveenhancementNew feature or requestperformanceperformance

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions