Quote:
Originally Posted by Jaci
4) Just pass in your query as a git grep.
|
Or use an actual database engine's full text search, which should be far more efficient.
Btw, when I tried searching for usages of WPILib classes with my mongo/node implementation, I found more than a few top results being the source for that WPILib class, since it seems many teams like to keep entire copies of WPILib in their repos. I wonder if there's a way to filter those out.