search: Convert a search query into a repo dbquery
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: keegancsmith
For searcher we need an exact list of repositories to search, since it isn't efficient enough to just search all repositories. This function returns a repo list query given a search query. The dbquery will return all repositories which may contain a match according to the expression.
Push commits to the source branch or add previously merged commits to review them.