mikeweltevrede / contribute-to-open-source

Tool to help one to contribute to Open Source projects. Goal is to search Github for open issues that might be interesting.
https://mikeweltevrede.github.io/contribute-to-open-source/
MIT License
1 stars 0 forks source link

Allow for multiple parameters in Github query #9

Open mikeweltevrede opened 2 months ago

mikeweltevrede commented 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).

mikeweltevrede commented 2 months ago

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.