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
Owner

Adds a search box with a quick results popover, as well as full results in the sidebar on pressing enter. Also fetches place details directly from openstreetmaps.org/api when loading directly, and supports places of type relation in addition to node and way.

closes #10

Adds a search box with a quick results popover, as well as full results in the sidebar on pressing enter. Also fetches place details directly from `openstreetmaps.org/api` when loading directly, and supports places of type `relation` in addition to `node` and `way`. closes #10
raucao added the feature label 2026-02-20 08:42:25 +00:00
raucao added 4 commits 2026-02-20 08:42:27 +00:00
* Much faster
* Has more place details, which allows us to locate relations, in
  addition to nodes and ways
Add a search box with a quick results popover, as well full results in
the sidebar on pressing enter.
raucao added 2 commits 2026-02-20 16:00:07 +00:00
raucao added 2 commits 2026-02-23 14:02:30 +00:00
raucao added 2 commits 2026-02-23 16:28:51 +00:00
Should be address for non-nearby results
raucao added 1 commit 2026-02-23 17:15:42 +00:00
raucao added 2 commits 2026-02-23 18:02:32 +00:00
raucao added 2 commits 2026-02-24 05:59:50 +00:00
* Use regular expression queries for place types
* Add more place types
* Add relations
* Only return results with a name
raucao added 1 commit 2026-02-24 06:42:25 +00:00
For example "name" absent, but "name:en" present
raucao added 3 commits 2026-02-24 07:23:31 +00:00
raucao added 2 commits 2026-02-24 07:51:36 +00:00
For example, building=yes with no other useful tags (e.g. amenity) will
show as Building now
raucao added 1 commit 2026-02-24 07:53:02 +00:00
raucao added 1 commit 2026-02-24 08:21:24 +00:00
raucao added 1 commit 2026-02-24 08:51:52 +00:00
raucao added 2 commits 2026-02-24 09:25:42 +00:00
raucao added 1 commit 2026-02-24 09:31:26 +00:00
raucao added 1 commit 2026-02-24 10:51:32 +00:00
E.g. opening hours, multiple phone numbers, ...
raucao merged commit 3a825c3d6c into master 2026-02-24 11:03:57 +00:00
Sign in to join this conversation.