Type Alias SortCriterion

SortCriterion:
    | SortByRelevancy
    | SortByQRE
    | SortByDate
    | SortByField
    | SortByNoSort

Represents a criterion that can be used to sort query results.