1

When I am searching for example 'CGLI' it does not gives me back the matches for 'CGLIB':

https://github.com/SquareSquash/java/search?utf8=%E2%9C%93&q=CGLI

How can I force to give it back?

Martin
  • 3,960
  • 7
  • 43
  • 43
LZDeak
  • 11
  • 2

1 Answers1

0

Click on advanced search on the search tab, that will do what you want:

https://github.com/search?l=&q=CGLI&ref=advsearch&type=Code&utf8=%E2%9C%93

But:

You can't use the following wildcard characters as part of your search query: . , : ; / \ ` ' " = * ! ? # $ & + ^ | ~ < > ( ) { } [ ]. The search will simply ignore these symbols. https://help.github.com/articles/searching-code/

kecso
  • 2,387
  • 2
  • 18
  • 29
  • yes, this way the partial results are showing up as well, thanks – LZDeak Feb 19 '16 at 22:29
  • By the way this could be a github bug. I really not see what could be the reason that only advanced search support substring matching. – kecso Feb 19 '16 at 23:18