Ignore double quotes in user search (#4725)
Этот коммит содержится в:
коммит произвёл
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 {
|
func (us SqlUserStore) performSearch(searchQuery string, term string, options map[string]bool, parameters map[string]interface{}) StoreResult {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user