Closed bwanamaina closed 2 months ago
May also need to enable one to search "Bank Branch', 'Branch, Bank', 'Alias, Branch' ... e.g "KCB Ruiru' wields a 'No results found card'...
When searching just 'Ruiru' or 'KCB' individually, it works, however if used together, it doesn't work
Individually
Separately
I will open a PR to handle this logic.
This PR aims to improve performance and separate search logic from the main application entry point(components) into custom hook(s). Currently search is triggered on every keystroke and the current results (UI) is replaced by skeleton and timeout is used to control the UI, this can be improved.
Proposal