Open bxl-forever opened 1 month ago
We've reviewed the issue and confirmed that streets with highway=pedestrian but without the place=square tag, like Marché aux Poissons - Vismarkt, are not showing in search results, while streets with the place=square tag, like Place du Jardin aux Fleurs - Bloemenhofplein, do appear correctly.
This happens because multipolygons without the place=square tag are treated as Points of Interest (POIs) in the search, not as streets. This isn't considered a bug, but rather a feature that could be improved in the future.
Description
Searching on a street name. If a street is defined as a multipolygon but no
place=square
tag, it cannot be searched.Steps to reproduce
Download Standard Map for Belgium (Oct 1, 2024)
Center the map on Brussels (50.8523 4.3495)
Search this: Marché aux Poissons - Vismarkt
Actual result
The search returns a list of places in other cities. No relevant search results nearby.
Expected result
Return the following multipolygon: https://www.openstreetmap.org/relation/1629615 It has
highway=pedestrian
andname=Marché aux Poissons - Vismarkt
We expect it would work like a search for the following place: Place du Jardin aux Fleurs - Bloemenhofplein That search works fine and returns the following multipolygon: https://www.openstreetmap.org/relation/14039252 It has
highway=pedestrian
andname=Place du Jardin aux Fleurs - Bloemenhofplein
andplace=square
The difference is
place=square
but we feel there should not be a reason to index one object and not the other.Your Environment (required)