substance / data

A uniform interface for domain data (deprecated)
http://code.substance.io/docs/substance-manual/
MIT License
655 stars 44 forks source link

Problem with recursive queries #21

Closed michael closed 13 years ago

michael commented 13 years ago

For the query:

var qry = {
  "_id": id,
  "children": {
    "_recursive": true,
    "comments": {"_recursive": true}
  },
  "subjects": {},
  "entities": {},
  "creator": {}
};

Only comments of level1 children are returned.