v3.10 (rc.10) — does a note's frontmatter satisfy a frontmatter filter?
AND across keys (every key: value pair must match); per-key matching is
scalar-equality or array-membership, with OR over an array filter value
(see frontmatterValueMatches). A note with NO frontmatter, or missing any filtered
key, does NOT match (a filter is a positive assertion — absence ≠ match). Pure
injectable so it's unit-tested directly without spinning up a vault.
v3.10 (rc.10) — does a note's frontmatter satisfy a frontmatter filter?
AND across keys (every
key: valuepair must match); per-key matching is scalar-equality or array-membership, with OR over an array filter value (seefrontmatterValueMatches). A note with NO frontmatter, or missing any filtered key, does NOT match (a filter is a positive assertion — absence ≠ match). Pure