Add full-text search #20

Merged
raucao merged 28 commits from feature/10-fulltext_search into master 2026-02-24 11:03:57 +00:00
Showing only changes of commit 688e8eda8d - Show all commits

View File

@@ -41,13 +41,17 @@ export function getPlaceType(tags) {
tags.shop ||
tags.tourism ||
tags.leisure ||
tags.historic ||
tags.office ||
tags.craft ||
tags.historic ||
tags.place ||
tags.building ||
tags.landuse ||
tags.natural;
tags.place ||
tags.natural ||
tags.public_transport ||
tags.aeroway ||
tags.border_type ||
tags.admin_title;
return humanizeOsmTag(rawType);
}