summaryrefslogtreecommitdiffstats
path: root/store/sql_post_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_post_store.go')
-rw-r--r--store/sql_post_store.go1
1 files changed, 1 insertions, 0 deletions
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 {