Open mikeweltevrede opened 2 months ago
We now only allow for one of each of the query parameters. This is because we tried to use e.g. language:Python OR language:Java and this did not seem to work, also not on Github UI (https://github.com/search?q=language%3APython+OR+language%3AJava&type=issues).
language:Python OR language:Java
It seems boolean operations are only supported for code searchers. Here are the docs for issue search.
We would probably have to split it into multiple searches.
We now only allow for one of each of the query parameters. This is because we tried to use e.g.
language:Python OR language:Java
and this did not seem to work, also not on Github UI (https://github.com/search?q=language%3APython+OR+language%3AJava&type=issues).