Search backend: remove limit from SearchResultsResolver
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.