Blazingly fast code search 🏎️ Deployed as a single Docker image 📦 Search million+ lines of code in your GitHub, GitLab, and Gitea repositories 🪄 MIT licensed ✅
May be because the () are not being escaped correctly in the URL?
%28 could be used instead?
I have not looked at how the querying is passed down yet, but this should be fixed too.
When executing the query
test lang:python
on the demo, this produces 15 results: https://sourcebot.dev/search?query=test%20lang%3Apython When this is changed totest (lang:python)
this drops to 0. https://sourcebot.dev/search?query=test%20(lang%3Apython)this should be equivalent, so something is getting mangled.