Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.5.13
-
None
-
None
Description
With document bundling (OAK-1312) repository can have holes in document hierarchy (this comment)
Just a quick note: with the implementation, we can have potential holes in documents - say we have /a, /a/b and /a/b/c and /a/b is bundled with /a. Then we'd only have documents - 0:/, 1:/a, 3:/a/b/c.
While that, of course, is ok, but we would need to factor this at least in oak-mongo.js (I can't recall any place else right now) which loops recursively at quite a few places with breaking the loop if no docs are found at a given depth.