The user name was: first_name last_name
I updated it via api to: first_name last_name, company_name
The search finds the user if I search by first_name or last_name, but the user is not found if I search by company_name.
Example:
John Doe,
after update: John Doe, Microsoft.
If I search by Microsoft, the user is not found.