Sarah Hoffmann
Sarah Hoffmann
Feel free to add new entries. And feel free to make a PR to get of this section in CONTRIBUTING.md.
Yes, that's a good idea. The Python frontend is currently still experimental but will become the default in the next version and the only available one by the end of...
> It is important to execute the python api as nominatim user sind the database connection only can be established as nominatim user. The python API should be run under...
I agree that we should bail out. Sadly, this is not supported by our dotenv implementation. There is an open issue [here](https://github.com/theskumar/python-dotenv/issues/467).
Regarding 1), you'll have to add a custom return field. Exact string matches are computed [here](https://github.com/twain47/Nominatim/blob/master/lib/Geocode.php#L1732). Simply count them, add a field to `$aResult` and return the field in one...
Certainly. If you can get this to work in a way that the results are meaningful that would be awesome. It would be good if it was possible to enable/disable...
Generally speaking, I'd be okay with accepting this as an operational quick-fix. The code is minimally invasive and in a part of osm2pgsql that's on the way out anyway. So...
Administrative note: if accepted, this change would need backporting. We are not in a state right now to create a release from master.
A new release of osm2pgsql is imminent, so we need to decide what happens to the this PR. As said above, I would be okay to merge if this is...
Okay, sounds good to me. I'll close this for now and we can revisit if necessary.