pofider / node-simple-odata-server

Simple OData server for node.js
MIT License
97 stars 61 forks source link

Unable to filter on nested property in a collection #18

Closed PremeraSOAPOC closed 8 years ago

PremeraSOAPOC commented 8 years ago

I tried a couple of ways to query on nested property: $expand=addresses($filter=city eq 'Seattle') $expand=addresses($filter=addresses/city eq 'Seattle') $filter=addresses/city eq 'Seattle'

However it errors out with http 500 error.

pofider commented 8 years ago

I'm afraid that expand feature is not implemented and it is not on my current schedule. However anyone is welcome to send PR adding it.