I want to make a search on GitHub using logical operator. I want to select repositories that were created after time t1 or they were pushed after time t2.
Are logical OR operators supported in query search on GitHub?
[Query Invalid](enter image description here)
Query tried on GitHub search: stars:10 OR forks:10
https://github.com/search?q=stars%3A10+OR+forks%3A10&type=repositories&ref=advsearch