diff options
Diffstat (limited to 'store/sql_user_store.go')
-rw-r--r-- | store/sql_user_store.go | 1 |
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 { |