You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we only hit the pelias autocomplete endpoint which doesn't perform interpolation, among other issues. Letting users press enter to see an actual search result page would give us the opportunity to hit the search endpoint and get additional address coverage that way.
The text was updated successfully, but these errors were encountered:
Can we make it so that when the user press enter, if the first result has a high enough confidence score, the "To" is filled?
Or maybe fill it unconditionally with the first result, not sure.
It would be an effect similar to when a route search is made: select the first result and show the others below in another style.
I would prefer to show a search results page filled with all of the options returned from the Pelias search endpoint. Right now we're only using the autocomplete endpoint which leads to some problems. The search endpoint is tolerant of misspellings and is capable of doing address interpolation which is very important in some parts of the world with poor address coverage.
In the future though we'll also want to allow users to use the arrow keys to navigate the autocomplete suggestions, which should at least partially satisfy your request. :)
Right now we only hit the pelias autocomplete endpoint which doesn't perform interpolation, among other issues. Letting users press enter to see an actual search result page would give us the opportunity to hit the search endpoint and get additional address coverage that way.
The text was updated successfully, but these errors were encountered: