-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently when searching for places with multiple words (e.g. "frankfurt am main) case insensitivity is not covered for the second and subsequent words, thus nothing will be found. With the solution below this problem should be solved.
Use "i". See https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#Case_insensitively
Example: node["name"~"^Foo$",i]; /* finds "foo", "FOO", "fOo", "Foo" etc. */
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request