From 28599d1df8b982662ae001c8137421c28b668fef Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 17 Jan 2017 09:15:57 -0500 Subject: Fix error from quote in channel autocomplete (#5092) --- store/sql_channel_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/sql_channel_store.go b/store/sql_channel_store.go index 2ab9d87c1..66562ae67 100644 --- a/store/sql_channel_store.go +++ b/store/sql_channel_store.go @@ -1292,7 +1292,7 @@ func (s SqlChannelStore) performSearch(searchQuery string, term string, paramete result := StoreResult{} // these chars have special meaning and can be treated as spaces - for _, c := range specialSearchChar { + for _, c := range specialUserSearchChar { term = strings.Replace(term, c, " ", -1) } -- cgit v1.2.3-1-g7c22