osm-search / Nominatim

Open Source search based on OpenStreetMap data
https://nominatim.org
GNU General Public License v3.0
2.99k stars 701 forks source link

Prefilter bad results before adding details and reranking #3332

Closed lonvia closed 5 months ago

lonvia commented 5 months ago

Move the first cutting of the result list before reranking by result match. This means that results with significantly less importance are removed early and independently of the fact how well they match the original query.

Fixes #3266.