github搜索不到代码的问题
Hi team,
Please check the following three query url :
https://github.com/Konctantin/GreyMagic/search?q=External&unscoped_q=External
https://github.com/Konctantin/GreyMagic/search?q=ExternalProcess&unscoped_q=ExternalProcess
https://github.com/Konctantin/GreyMagic/search?q=ExternalProcessReader&unscoped_q=ExternalProcessReader
What's wrong with the second url? search with keyword ExternalProcess, it should have result.
But I got nothing .
Simon Giesemann (GitHub Developer Support)
Jul 15, 12:15 AM UTC
Hi Chuck,
Thanks for contacting GitHub Support!
Wow, what an interesting one! The camel case capitalisation is causing the words to be picked up as individual works.
So changing your second search to
External Process
will give you the results you're looking for:https://github.com/Konctantin/GreyMagic/search?q=External+Process&unscoped_q=External+Process
Let me know if you need any further information.
Cheers,
Simon
GitHub Support
Find answers to common questions and learn with other GitHub users in the GitHub Community Forum
The GitHub Support team will be participating in training sessions from July 6 through July 14. We will still be responding to tickets during this time, but you may experience a slight delay.