get-amigo / Amigo

1 stars 0 forks source link

Sorting algorithm for contact search results and highlighting the text #141

Closed Pratik1968 closed 2 months ago

Pratik1968 commented 3 months ago

Before: Contacts that were searched were sorted alphabetically. After: Contacts are now sorted based on which contact name contains the search term first, and those contacts are displayed at the top. Additionally, text that matches the search term is now highlighted.