Skip to content

Search backend: remove limit from SearchResultsResolver

Warren Gifford requested to merge backend-integration/cc/remove-srr-limit into main

Created by: camdencheek

This was only used to calculate LimitHit and to limit the set of matches in the resolver on query. However, both of these functions are now fully performed by the Limit job.

Test plan

Covered by integration tests.

Merge request reports

Loading