You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(search): text-search results panel with category-aware filters
Submitting free text in the top search bar (Enter / search icon) opens a
viewport-scoped results panel — reusing the category results list, map
markers, filter bar and the "search this area" / auto-refresh mechanism.
Backed by a new Overpass name-search route so results carry openingHoursInfo
and osmTags (filterable, "open now"), unlike the thin geocoder path it
replaces. The filter bar infers the dominant category of the results and shows
that category's facets (e.g. "McDonald's" → restaurants → food filters).
Precise location matches (address/street/region) and transit stops still
navigate straight to the place; named-POI queries open the list. The category
chip bar hides while the text panel is open.
0 commit comments