Skip to content

Release 0.4.2

Compare
Choose a tag to compare
@lonvia lonvia released this 19 Nov 21:20
· 185 commits to master since this release

This release adapts the import process to some recent changes in the name handling of linked places in Nominatim. Names of linked places now appear in an artificial _place_name tag which Photon needs to read in addition to the usual name tags.

On the search side, two changes attempt to improve fuzzy matching of search results:

  • Skipping of words is no longer allowed for short two-word queries. ES otherwise prefers to sometimes skip one of two words instead of matching against a wrongly spelled word.
  • Fuzzy matching is now attempted against all languages variants, not only against the chosen output language. There still is a restriction that multi-lingual queries don't work with fuzzy matching.