Hacker News new | ask | show | jobs
by edflsafoiewq 519 days ago
What doesn't work?
2 comments

If you search code for a string you know is there it is completely git or miss if it is found. Always has been like that.

Also see https://news.ycombinator.com/item?id=35144250

I assumed you were talking about issue search, since that's what the thread is about.
Oh yeah, where on the Internet does this work reliably?please don’t say gitlab
Sourcegraph.
grep -rli search_this some-repo # (or use rg if you prefer)
Holy shit what a good idea why doesn’t GitHub just let you use ripgrep?!?!?
Too expensive I assume.
Sorting code search results by date.