-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes code search against repos where the name is longer than 5 characters. The general strategy here is to bail out of case permutations if any tokens in the generated token stream are too long. This means that for a query like `repo:foobar quux`, the `quux` portion will match in a case-insensitive fashion, while the repo `foobar` must match case exactly.
- Loading branch information
1 parent
c387128
commit 35df166
Showing
1 changed file
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters