From 8fa582dd8362a2444e21c9225364ab072be93e86 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 23 May 2016 12:56:39 -0400 Subject: Filtering colons from search to prevent postgres error (#3075) --- store/sql_post_store.go | 1 + 1 file changed, 1 insertion(+) diff --git a/store/sql_post_store.go b/store/sql_post_store.go index d7d009ce4..4aa6ff468 100644 --- a/store/sql_post_store.go +++ b/store/sql_post_store.go @@ -598,6 +598,7 @@ var specialSearchChar = []string{ ")", "~", "@", + ":", } func (s SqlPostStore) Search(teamId string, userId string, params *model.SearchParams) StoreChannel { -- cgit v1.2.3-1-g7c22