Open
Description
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 to
test (lang:python)
this drops to 0.
https://sourcebot.dev/search?query=test%20(lang%3Apython)
this should be equivalent, so something is getting mangled.