teloscan
teloscan copied to clipboard
Implement Partial Address Search
Implement Partial Address Search
Description
Add support for partial address searches to enhance user experience.
Tasks
- Update the search API integration to handle partial address searches.
- Implement logic to display partial address matches in the address results section.
- Add highlighting for the matched portion of partial address results.
- Ensure that full and partial address searches can coexist without conflicts.
Definition of Done
- Partial address searches return relevant results.
- Matched portions of partial addresses are highlighted.
- Autocomplete or suggestions are provided for partial address searches.
- Full address searches still function correctly alongside partial address searches.
- Mobile support.
@pmjanus @tomtomcrypto This issue will require support from the API because currently it only matches the initial partial match, not in the middle of the address (if it is what is requested).
I'm removing this subtask and leaving it for later on the backend, utility is limited and priority is low.