sourcebot-dev / sourcebot

Blazingly fast code search 🏎️ Deployed as a single Docker image 📦 Search million+ lines of code in your GitHub, GitLab, and Gitea repositories 🪄 MIT licensed ✅
https://sourcebot.dev/
MIT License
1.16k stars 37 forks source link

Support for search contexts #81

Open KonradStanski opened 5 days ago

KonradStanski commented 5 days ago

Sourcegraph supports search contexts: https://sourcegraph.com/contexts?first=18

this is essentially a grouping of repos I believe these should be configurable with the config, either by labeling all repos from a provider with a context name, or individual repos or repo globs.

KonradStanski commented 3 days ago

It appears that zoekt has support for this built in in the form of RepoSets: https://github.com/search?q=repo%3Asourcegraph%2Fzoekt%20RepoSet&type=code