managarten/services/mana-geocoding/src
Till JS 69ce4c2c25 feat(geocoding): fall back to Pelias /search when /autocomplete is empty
Pelias /autocomplete deliberately excludes the address layer as a
performance optimization, so queries like "Marktstätte Konstanz"
(street + locality) return 0 venue matches even though they're clearly
in the index. /search covers all layers including addresses and streets.

Query /autocomplete first (fast, fuzzy, great for venue names), and if
it returns nothing, try /search. Best of both worlds: quick matches for
"Konzil Restaurant" plus reliable matches for street addresses.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 17:54:57 +02:00
..
lib feat(geocoding): auto-categorize places via Pelias taxonomy 2026-04-11 15:48:24 +02:00
routes feat(geocoding): fall back to Pelias /search when /autocomplete is empty 2026-04-11 17:54:57 +02:00
app.ts fix(geocoding): proxy Pelias health through wrapper for monitoring 2026-04-11 16:45:43 +02:00
config.ts feat(places): add self-hosted geocoding with Pelias (DACH) 2026-04-10 23:02:25 +02:00
index.ts fix(geocoding): drop unused Pelias services, raise Bun idleTimeout 2026-04-11 17:41:57 +02:00