MG-RAST/Shock

Node querying returns possibly invalid result:

Closed this issue · 1 comments

I accidentally the issue too early.

GET /node?query&type=foo
{"S":200,"D":null,"E":null}

The return value should either have "D" : [] which is valid or "S" : 404.
Doing 200 and null seems like a problem since "D" is invalid and "2" indicates that the result is good.

Great catch. Will fix in next update.