When filtering parks in the API:
http://0.0.0.0:8000/parks/search?neighborhoods=15
The database returns, for example, Mystic River Reservation multiple times. The actual database table has these repeated entries, and they have unique ids, but I'm not sure why they are repeated and I don't want it to break the map.
So, how do we eliminate duplicate results and not break the map?
When filtering parks in the API:
http://0.0.0.0:8000/parks/search?neighborhoods=15
The database returns, for example, Mystic River Reservation multiple times. The actual database table has these repeated entries, and they have unique ids, but I'm not sure why they are repeated and I don't want it to break the map.
So, how do we eliminate duplicate results and not break the map?