Skip to content
New issue

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

feat: add filtersearch option to prefilter an OSM search #337

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

trafficonese
Copy link

@trafficonese trafficonese commented Sep 10, 2024

Based on Nominatims free-form-query:

In this form, the query can be unstructured. Free-form queries are processed first left-to-right and then right-to-left if that fails. So you may search for pilkington avenue, birmingham as well as for birmingham, pilkington avenue. Commas are optional, but improve performance by reducing the complexity of the search.

This is very useful if you want to enable OSM search only for some regions. It would fix #231

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Limit search results to viewed area or to hard coded boundaries?
1 participant