jj0hns0n / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
http://geonode.org/
GNU General Public License v3.0
3 stars 0 forks source link

Implement jointarget api endpoint filtering #43

Closed jj0hns0n closed 9 years ago

jj0hns0n commented 9 years ago

The jointarget endpoint should allow for filtering of the results (now it returns everything). The following are potential types of filters but there may be others.

raprasad commented 9 years ago

Spoke with Ben earlier.
He'd also like a "year" (4-digits) on the Join Target.

jj0hns0n commented 9 years ago

Added at https://github.com/jj0hns0n/geonode/commit/25f852d2c21509c9422f221523e41e807bc6d313

Year added to the JoinTarget. You can now filter by

http://23.23.180.177/datatables/api/jointargets?title=tract&type=tract&start_year=2013&end_year=2013

Minimal error handling added.