-
According to osm-search/Nominatim#3154 , I've been told that a new Python frontend fixes some issues in search query. What could I do to use it ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@leonardehrenfried @philipkozeny you may know what's this new API frontend is about ? Thanks a lot |
Beta Was this translation helpful? Give feedback.
-
Is #507 still active? Otherwise I would like to open a discussion on what would be the best approach for integrating a Python server inside the current container. Should we just start the Maybe a more flexible and robust approach is to separate the web server from the DB in two separate containers (an approach that has been tried multiple times, see for example #494, #362, #245). |
Beta Was this translation helpful? Give feedback.
4.2.3 is the current stable Nominatim release https://github.com/osm-search/Nominatim/releases Nominatim is slowly being rewritten from PHP to Python (https://nominatim.org/2023/08/13/going-live.html). osm-search/Nominatim#3154 describes the next version (4.3.0) that can also be installed if you use the git master branch. Nominatim version 5.0 will then have all PHP logic removed.
It's my understanding that the nominatim-docker project only creates Docker images for stable releases.
You'd need to wait for Nominatim 4.3.0 to be released. (and the Docker image being available after). Or you can install Nominatim without Docker from the git master branch.