Cannot see all issues #196994
Replies: 4 comments 2 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Older one on PRs: https://github.com/orgs/community/discussions/193463 |
Beta Was this translation helpful? Give feedback.
-
|
Hi @gamer191, thanks for posting in GitHub Discussions! The |
Beta Was this translation helpful? Give feedback.
-
|
This likely indicates a search indexing / visibility desync, where issues exist in the repository and are returned via REST/GraphQL, but are not present in the search index. GitHub Search is eventually consistent and can lag or selectively miss records due to indexing delays, partial reindexing, or metadata filter mismatches (state, visibility, spam heuristics). |
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.
-
🏷️ Discussion Type
Bug
Body
Some issues are currently not searchable on Github and can only be accessed using a direct link.
In the yt-dlp/yt-dlp repo these issues are unsearchable: 2405, 2406, 2410, 2412, 2413, 2415, 3768, 3769, 3770
In the actions/checkout repo these issues are unsearchable: 649, 650, 1926
This issue was originally reported by the reporter of https://github.com/community/maintainers/discussions/790. Because this affects many more repos than the repo linked in that issue, I figured it made sense to open a public issue here
Note that hidden issues are still visible using
gh issue listor the GraphQL API. Below is a script I created to find hidden issues:(Note that this script may list issues that were created whilst the script was running)
Beta Was this translation helpful? Give feedback.
All reactions