Open cayuu opened 9 years ago
FWIW some adapter drivers MAY support this out of the box. There is no reason for the spec to disallow this behaviour. What would be helpful is a flag (or series of flags) to indicate deep-match support on the adapter in #14.
Which leaves the question of whether "dot.separators"
are the best option for specifying a deep-match. Leaving this open until that is locked.
Regarding
match
and its "deep match" support: https://github.com/mekanika/qe#deep-matchesSupporting "deep matching" means Adapters parsing every key for
.
and then running something likeunflatten(obj)
on it.In practice this requires some testing in an adapter (probably either mongo or fixture). Make tickets and test pls.