junah201 / vellox

GCP Cloud Functions support for ASGI applications
https://vellox.junah.dev
MIT License
6 stars 1 forks source link

Github specific: forked repositories are not currently searchable. #2

Open junah201 opened 10 hours ago

junah201 commented 10 hours ago

https://help.github.com/articles/searching-repositories

forked repositories are not currently searchable

junah201 commented 10 hours ago

http://stackoverflow.com/a/33666719/112050

When a fork has less stars than its parent, it is not indexed at all for code search. So it won't show up even when you use fork:true. The fork:true search filter is used to show results for forks that have been indexed for search.

In the example of the TeamTwisted/external_chromium_org fork, that code is searchable because it has more stars than its parent repo. However the PEZ/Sketch-Plugin-Testing-Repo fork does not, so it won't be searchable at all with any filter.