fixed type speical -> special (#3052)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
09863c0b80
Коммит
20302c6953
@@ -629,7 +629,7 @@ func (s SqlPostStore) Search(teamId string, userId string, params *model.SearchP
|
||||
}
|
||||
}
|
||||
|
||||
// these chars have speical meaning and can be treated as spaces
|
||||
// these chars have special meaning and can be treated as spaces
|
||||
for _, c := range specialSearchChar {
|
||||
terms = strings.Replace(terms, c, " ", -1)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user