keiono / cy-rest

This site is obsolete! Please use the link here:
http://github.com/idekerlab/cyREST
MIT License
4 stars 1 forks source link

Get SUID list of networks; with GET parameters: Gives up too early #30

Closed jbethune closed 10 years ago

jbethune commented 10 years ago

Used URL: http://example.com/v1/networks/ (docs: http://keiono.github.io/cy-rest/#-1099067042) with GET parameters "column" and "query".

This request will fail (HTTP 500) if at least one of the network collections doesn't have a network table with the specified column, even though other network collections do have that column in their network tables.

I therefore suggest that network collections which don't have the specified column are ignored for the search.

keiono commented 10 years ago

Thanks for your report. I'll cut a new release with the fix on Monday.