this post was submitted on 17 Jun 2023
10 points (100.0% liked)
ObsidianMD
4100 readers
1 users here now
Unofficial Lemmy community for https://obsidian.md
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just mentioning to cover all the bases: you'll want to make sure you're using the correct multi-value YAML syntax in your front-matter when you include multiple authors (eg. single line or multi line array). I like using the Linter plugin to help me out with this.
Once you have something like the above, using flatten should enable returning results for either author; with one test file in my vault, this worked for me:
That did it! Thank you so much!