Is there a way to query by metadata? #252
-
Hey there - Is there a way to query by metadata? Eg, if I have notes that look like this: ---
index: true
---
... Can I do something like this? zk list --match "metadata.index: true" |
Beta Was this translation helpful? Give feedback.
Answered by
mickael-menu
Sep 11, 2022
Replies: 1 comment
-
There's nothing out of the box yet for metadata filtering, however for this particular example you could use: zk list -Mre -m "index: true" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rstacruz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's nothing out of the box yet for metadata filtering, however for this particular example you could use:
zk list -Mre -m "index: true"