mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:01:09 +02:00
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> |
||
|---|---|---|
| .. | ||
| lib | ||
| routes | ||
| app.ts | ||
| config.ts | ||
| index.ts | ||