chore: search by type with empty file name (#1228)
This commit is contained in:
@@ -75,7 +75,7 @@ func parseSearch(value string) *searchOptions {
|
||||
value = typeRegexp.ReplaceAllString(value, "")
|
||||
}
|
||||
|
||||
// If it's canse insensitive, put everything in lowercase.
|
||||
// If it's case insensitive, put everything in lowercase.
|
||||
if !opts.CaseSensitive {
|
||||
value = strings.ToLower(value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user