Этот коммит содержится в:
rompic
2016-05-25 14:19:54 +02:00
коммит произвёл Christopher Speller
родитель 09863c0b80
Коммит 20302c6953
4 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@@ -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)
}