Expand description
Bridge between MetadataFilter (nodedb-types) and document evaluation.
Converts the typed MetadataFilter enum into runtime evaluation against
JSON documents. Used by both Origin (vector search pre-filter) and Lite
(vector search post-filter against CRDT state).
Functions§
- matches_
metadata_ filter - Evaluate a
MetadataFilteragainst a JSON document.