Skip to content
Snippets Groups Projects
Verified Commit 30e79a52 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #10771 TIME 0:05 autocomplete user on email

parent cd33b976
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,10 @@ class AutoCompleteController
$requestData = AutoCompleteController::getDataForRequest([
'search' => $queryParams['search'],
'fields' => '(firstname ilike ? OR lastname ilike ?)',
'fields' => '(firstname ilike ? OR lastname ilike ? OR email ilike ?)',
'where' => ['mode = ?'],
'data' => ['standard'],
'fieldsNumber' => 2
'fieldsNumber' => 3
]);
if (!empty($queryParams['excludeId'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment