Skip to content

search: don't split repos for global queries

Warren Gifford requested to merge sh/dont-split-on-dot-com into main

Created by: stefanhengl

For sourcegraph.com and global queries, we already limit our search to indexed default repos. Hence there is no need to call searcher. This PR removes searcher and newIndexedSearchRequest from the critical path of global queries.

Merge request reports

Loading