Ignore double quotes in user search (#4725)

Этот коммит содержится в:
Joram Wilander
2016-12-07 07:55:36 -05:00
коммит произвёл GitHub
родитель ed15f10b79
Коммит 472a864060

Просмотреть файл

@@ -1234,6 +1234,7 @@ var specialUserSearchChar = []string{
"@",
":",
"*",
"\"",
}
func (us SqlUserStore) performSearch(searchQuery string, term string, options map[string]bool, parameters map[string]interface{}) StoreResult {