Let's say we have two responses for a parcel:
- New response: occupied
- Old response: vacant
If we filter the map for status=vacant, the old result will be rendered on the map, even though it is superseded by the new response and shouldn't show up on the map as vacant. (If we just filter by "status", the map will look correct)
Can we easily filter to only the most recent entry's responses?
(this is mostly a note to self since I don't have time to dive into the code right now)