Sarah Hoffmann
Sarah Hoffmann
This doesn't quite do what you want. The query that includes the housenumber will now _only_ match housenumber and street. It will ignore everything else in the query. In my...
I'm sorry but I strongly disagree with this last change adding the suggest addresses feature to short queries. It will significantly worsen the results because the rest of that query...
> I guess an alternative could be to explicitly exclude suggestAddresses from shortQueries: That would be better.
I'll merge that for now but would consider this still experimental. I'd certainly would like to have feedback from users who will use that, what they use it for. In...
I'd rather see the free-text search improved so that your queries just work. Can you give examples of addresses where you have issues?
Changefiles today are usually sorted by (OSM type, OSM id, version). This ensures that most(*) dependent changes are already available, when reading an object. Consumers may rely on that order....
(copied from https://github.com/osm2pgsql-dev/osm2pgsql/issues/1466#issuecomment-2882929246) Here are some additional considerations regarding memory efficiency for the node location store: The current RAM middle implements the node location store roughly as this: Locations are...
That's a missing exact-name-match preference. Doesn't work on current master either.
This doesn't work yet but may be planned in the future.
Played around with this. Dynamic updates require the Index Management Plugin, which cannot be added by simply including a dependency. It needs to be installed as a plugin in the...