We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heya,
the demo link at the top of the github repo is pointing to an old URL:
I think the correct URL is https://generalpiston.github.io/react-autosuggest-geocoder/ ?
The text was updated successfully, but these errors were encountered:
I noticed that you're not seeing any results in the demo due to the query filters being applied, the request being sent to the backend is:
sources=openaddresses focus.point.lat=37.7701981 focus.point.lon=-122.4522257 boundary.rect.min_lon=-122.5257357 boundary.rect.min_lat=37.668316 boundary.rect.max_lon=-122.3581937 boundary.rect.max_lat=37.836074 text={{input}}
you can safely remove all those properties except ?text and you'll see a lot more results :)
?text
Sorry, something went wrong.
No branches or pull requests
heya,
the demo link at the top of the github repo is pointing to an old URL:
I think the correct URL is https://generalpiston.github.io/react-autosuggest-geocoder/ ?
The text was updated successfully, but these errors were encountered: