mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Filtering colons from search to prevent postgres error (#3075)
This commit is contained in:
committed by
Corey Hulen
parent
e460d79d9e
commit
8fa582dd83
@@ -598,6 +598,7 @@ var specialSearchChar = []string{
|
||||
")",
|
||||
"~",
|
||||
"@",
|
||||
":",
|
||||
}
|
||||
|
||||
func (s SqlPostStore) Search(teamId string, userId string, params *model.SearchParams) StoreChannel {
|
||||
|
||||
Reference in New Issue
Block a user