After update the username - Search doesn't work correctly

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.

Hello,

The result should contain the search result even if you search by Microsoft.
Can you please let us know if you’re searching name of the user via REST API or from CometChat Dashboard ?

Thanks

1 Like

I am sorry for raising this topic.
I was searching from the chat window, but after doing docker-compose down/up it worked as expected.
Probably something was cached, very odd though :slight_smile:

Thanks for your support!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.