You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
I would like to provide visitors of my github profile with a means to filter only for those repositories that might be useful to other people. To allow this, I am using a naming convention of having the second letter to be o in relevant repositories, thus I provide a link to the following search:
I would like to provide visitors of my github profile with a means to filter only for those repositories that might be useful to other people. To allow this, I am using a naming convention of having the second letter to be
oin relevant repositories, thus I provide a link to the following search:Link “live demo”: https://github.com/m7a?tab=repositories&q=%22bo-%22+in%3Aname+OR+%22lo-%22+in%3Aname+OR+%22co-%22+in%3Aname+OR+%22wo-%22+in%3Aname
Expected
Results display only repositories that contain at least one of
bo-,lo-,co-orwo-Got
Results for all repositories wanted and additionally two unexpected results:
lp-conf-clilp-coneBoth of them contain
-coin their name but none ofbo-,lo-,co-,wo-.Edit: I have reported this to github under https://support.github.com/contact/feedback.