-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Describe the bug
I expect the street name suggestions to appear after entering just a few characters. However, I am not receiving any results until I enter the first number. This behavior is not aligned with the expected functionality.
Environment:
https://docs.mapbox.com/ios/search/guides/address-formfill/
To Reproduce
Steps to reproduce the behavior:
- Start typing a address by entering only letters
- See no results are returned
Expected behavior
Suggested addresses should be returned
Screenshots
https://github.com/user-attachments/assets/c674922c-f397-4b29-9335-c76c5260234d
Smartphone (please complete the following information):
- Device: Any
- OS: Any
- Search SDK Version: 2.9.0
- SearchUI SDK Version: not applicable
- SearchEngine
private lazy var addressAutofill = AddressAutofill()
func search(for query: String) {
guard let addressAutofillQuery = AddressAutofill.Query(value: query) else {
return
}
addressAutofill.suggestions(for: addressAutofillQuery) { [weak self] result in
}
Additional context
When user is typing a number the results are starting to show
Metadata
Metadata
Assignees
Labels
No labels