search: don't split repos for global queries
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.