summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--store/sql_user_store.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/store/sql_user_store.go b/store/sql_user_store.go
index 1eea1fdc2..c8c6714d8 100644
--- a/store/sql_user_store.go
+++ b/store/sql_user_store.go
@@ -1234,6 +1234,7 @@ var specialUserSearchChar = []string{
"@",
":",
"*",
+ "\"",
}
func (us SqlUserStore) performSearch(searchQuery string, term string, options map[string]bool, parameters map[string]interface{}) StoreResult {