GitHub search - how to exclude (logical NOT) company or user from search results
问题 In this search query (test it live ↗) I'm searching for: all pull requests by user limonte (me) for the vaadin company How can I search for all my pull requests except (logical NOT) those for vaadin company? These two options I tried without success: is:pr author:limonte user:!vaadin is:pr author:limonte user:NOT vaadin 回答1: Prefixing any search qualifier with a - excludes all results that are matched by that qualifier. For example, you might be interested in finding all "cats" repositories