• Heinrich Lee Yu's avatar
    Fix issue search optimization in GraphQL · e0dee494
    Heinrich Lee Yu authored
    This enables the CTE search optimization when searching issuables via
    GraphQL.
    
    When going through GraphQL resolvers, a symbol is passed in as the sort
    param of the IssuesFinder. This fixes our search optimization which
    depends on the given sort order to take symbols into account.
    
    Changelog: fixed
    e0dee494
issues_finder_spec.rb 42.5 KB