Context: my app provides users with listings of activities; each listing has one address, but each address can have multiple listings/activities associated to it.
Problem: when a user searches in map view, they click on a pin: this displays only one of several activities related to that address - any idea why that may be and how I could fix it?
Here for instance there are 5 activities associated to this pin/address, but only one of them gets displayed.
I think you can just keep the current setup. Due to the nature of the map displaying only 1 pin per location you don’t need to have a further sheet anyway.
In your joined list, you should point the first part to the relation > Activity instead of master activity.
Then you will see a comma separated list of activities for each address populated.
Use that for your details field in the map.
In the detailed view (after you click inside), add an inline list of the relation you created.
Excellent, all good now! Thanks very much for your help, @ThinhDinh.
On a related topic, do you know if there is any way to configure search results in map view? I would like results to appear as pins on a map, not items in a list.