We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The README states SEARCH_QUERY "must contain a repo: entry or an org: entry.", but when only supplying an org, an error occurs:
SEARCH_QUERY
repo:
org:
ValueError: The search query for issues/prs must include a repository owner and name
Is this expected?
The text was updated successfully, but these errors were encountered:
This is not expected behavior so I'll look into what is causing the problem.
Sorry, something went wrong.
Does this mean the search query can actually search an entire organisation?
@paul-uz Yes, the search query can search an entire organization but the results are limited to 1000 items due to the github API.
zkoppert
Successfully merging a pull request may close this issue.
The README states
SEARCH_QUERY
"must contain arepo:
entry or anorg:
entry.", but when only supplying an org, an error occurs:Is this expected?
The text was updated successfully, but these errors were encountered: