Code Search API not consistent #156714
Replies: 3 comments
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
You cannot search forked or archived repos with the Code Search API. |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I am trying to search for some keywords in a repo using github code search REST API. I am getting total count as zero in the api response. When i use the same query string in github search bar, it is returning results. This search code isn't consistent , i am getting results from the api for certain repos (active, non archived and non forked) and not for other repos (archived repo and forked repo).
Search strings i have tried:
example password extension:py repo:sai100/test-archive
example password extension:py repo:sai100/test-archive is:archived
example password extension:py repo:sai100/test-archive archived:true
flask password path:*.py repo:sai100/Workforce_Management_System_using_Flask is:fork
flask password extension:py repo:sai100/Workforce_Management_System_using_Flask is:fork
Against these public test repos:
https://github.com/sai100/test-archive - archived
https://github.com/sai100/Workforce_Management_System_using_Flask - forked
Beta Was this translation helpful? Give feedback.
All reactions