Filtering colons from search to prevent postgres error (#3075)

Этот коммит содержится в:
Christopher Speller
2016-05-23 12:56:39 -04:00
коммит произвёл Corey Hulen
родитель e460d79d9e
Коммит 8fa582dd83

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

@@ -598,6 +598,7 @@ var specialSearchChar = []string{
")",
"~",
"@",
":",
}
func (s SqlPostStore) Search(teamId string, userId string, params *model.SearchParams) StoreChannel {