Skip to main content

Module query

Module query 

Source
Expand description

query — Dataview-style filters, sidecar-backed.

Resolves against the type-folder index.jsonl sidecar(s) via Store::find_by_type / Store::find_by_where / Store::read_type_index — one sequential, complete read per type-folder, cold-cache-proof — never a walk-and-parse. Returns full IndexRecords straight from the sidecar (path + fields + summary + links); the caller opens the underlying file only if it needs the body.

Backs dbmd search --type/--where, dbmd fm query, dbmd index query, and dbmd graph backlinks --type/--in.

Structs§

Query
A composable, sidecar-backed filter over a store’s records.