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

This commit is contained in:
Christopher Speller
2016-05-23 12:56:39 -04:00
committed by Corey Hulen
parent e460d79d9e
commit 8fa582dd83

View File

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