E.g. the following glob ctxt:.ods/repos/*/.ods/component would, if there are multiple repos, only lead to one map entry as the path segment in <key>.<path>.<file>.<field> is set to _ods, and does not include the folder above it.
One possible solution is to not truncate , so that the access would be ctxt._ods.repos.foo._ods.component.value. In this case, the glob key (ctxt) might not be needed anymore?
E.g. the following glob
ctxt:.ods/repos/*/.ods/component
would, if there are multiple repos, only lead to one map entry as the path segment in<key>.<path>.<file>.<field>
is set to_ods
, and does not include the folder above it.One possible solution is to not truncate, so that the access would be
ctxt._ods.repos.foo._ods.component.value
. In this case, the glob key (ctxt
) might not be needed anymore?