Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(contact-search): ensure contact names display correctly during search #7568

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ivanDevPHP
Copy link

@ivanDevPHP ivanDevPHP commented Feb 22, 2025

Fix for #7320

What I did:

  • Fixed the contact search issue where names displayed incorrectly or only worked when typing the full name.
  • Adjusted the search query to ensure contact names appear correctly as you type, even with partial matches.
  • Sorted results by first and last name for consistency.

Why I did it:

  • In my local environment (Apache and MySQL), the search only returned results when typing the full name. This fix improves the search functionality for partial name inputs.

@CLAassistant
Copy link

CLAassistant commented Feb 22, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants