Summary:
Improve the search mechanism to ensure customers appear in search results even if the name's capitalization doesn't match the exact format in the database.
Description:
Currently, when users search for customers, the search is case-sensitive. This means if a customer's name is stored in lowercase and the user searches using a capital letter, the customer won't appear in the search results. For example, searching for "John Doe" won't return results if the customer is saved as "john doe".
Intended Outcome:
To make the search functionality more user-friendly and intuitive by ensuring it's not case-sensitive. This will enhance the user experience by making it easier to find customers without needing to match the exact capitalization.
How Will It Work?
Implement a case-insensitive search algorithm or function that disregards the capitalization of letters when searching for customer names.
Please authenticate to join the conversation.
Completed
π‘ Feature Request
Over 2 years ago

Graeme Powell
Get notified by email when there are changes.
Completed
π‘ Feature Request
Over 2 years ago

Graeme Powell
Get notified by email when there are changes.