Strange behaviour with repo regex query
Created by: aboulart
- Sourcegraph version: 3.4
- Platform information: Ubuntu 18.04
Steps to reproduce:
Both on my local docker instance, and on the public sourcegraph.com search, I see weird behaviour when doing regex paren searches on repos.
Example: https://sourcegraph.com/search?q=repo:golang/%28oauth.*%7Cbla%29+file
The query above doesn't return any results. If I remove the '.*', it returns results from golang/oauth2:
https://sourcegraph.com/search?q=repo:golang/%28oauth%7Cbla%29+file
I would expect both queries to return the same results from the golang/oauth2 repo. Am I doing something wrong?
Thanks!