mozilla-sensorweb / sensorthings

Node implementation of the OGC SensorThings API
Mozilla Public License 2.0
14 stars 9 forks source link

Expanding recursively doesn't work properly #222

Closed albertopq closed 7 years ago

albertopq commented 7 years ago

For example:

/Things(id)/Locations?$expand=Things

The expected result is getting all the Locations related to Things(id), expanded to all the other Things related to those Locations.

Current response is 400, Bad Request

ferjm commented 7 years ago

Fixed by #223