Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How operate a boolean search around github? #11

Open
pflegende opened this issue Dec 10, 2022 · 0 comments
Open

How operate a boolean search around github? #11

pflegende opened this issue Dec 10, 2022 · 0 comments
Labels
2test not yet tested help wanted Extra attention is needed tested - inComplete

Comments

@pflegende
Copy link
Owner

pflegende commented Dec 10, 2022

how-to-search-with-logic-operators-on-github

last result on top:

gh give some features to search at al

10.12.2022, 19:15:20, seen
November 9, 2022, by gh

... several new features ... [says gh]

gh give a OR to issue search

10.12.2022, 19:11:50

but gh adresses

  1. only issues
  2. only labels (as concatenate by "OR")

https://github.blog/changelog/2021-08-02-search-issues-by-label-using-logical-or/

You can now search issues by label using logical OR. Simply use a comma to separate the labels. For example label:"good first issue",bug will list all issues with a label good first issue or bug.


quest/Research:

-> LL t2.op.bm.gh....boolean


result 1

https://webapps.stackexchange.com/questions/57933/how-to-search-with-logic-operators-on-github

example:
is:pr is:merged (JIRA-0001 OR JIRA-0002)

but this does not:
is:pr is:merged (JIRA-0001 or JIRA-0002) . Neither works with the qualifiers.


other comment:
There is no way to combine AND and OR operators that I have found. So I don't think it is possible to find open PRs from any of several authors for a single repo.

The NOT operator can be used to exclude strings: https://help.github.com/articles/understanding-the-search-syntax/


so, precis quest is:

HOW TO
combine AND and OR operators
and
Brackets

@pflegende pflegende added help wanted Extra attention is needed 2test not yet tested tested - inComplete labels Dec 10, 2022
pflegende added a commit to pflegende/gitExploration that referenced this issue Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2test not yet tested help wanted Extra attention is needed tested - inComplete
Projects
None yet
Development

No branches or pull requests

1 participant