REST API for code search seems to work incorrectly #148792
Unanswered
sedol1339
asked this question in
API and Webhooks
Replies: 2 comments
-
Any updates? Or is there another place to report bugs? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Up pls answer or suggest a place to report bugs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
Hello! I have the following queries:
pytest repo:aio-libs/yarl
unittest repo:aio-libs/yarl
content:unittest repo:aio-libs/yarl
pytest OR unittest repo:aio-libs/yarl
pytest path:*.py repo:aio-libs/yarl
When searching with the https://github.com/search page, they return 25, 1, 1, 25, 12 results accordingly.
However, if I run these queries using REST API, the last 3 queries return wrong count of results:
Counts: 25, 1, 0, 1, 0
Or with Pygithub which uses REST API:
Counts: 25, 1, 0, 1, 0
Are my queries incorrect, or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions