Tags: aep/apogy
Tags
implement skip filter this allows using keys like a directory listing. apogy q 'ixeri.Object(val.path^"/foo/bar")' would normally list all keys with that prefix, i.e. "recursive" ls apogy q 'ixeri.Object(val.path^"/foo/bar"$"/")' will stop scanning after /foo/bar/aaa/something/deep and restart the scan with /foo/bar/aab , ignoring any key that was "deeper" inbetween
PreviousNext