Module pick_notes

Module pick_notes 

Source
Expand description

Note filtering by select clauses — mirrors upstream pick_notes.ts.

Both the private and utility oracles delegate to select_notes after fetching the raw note set from the note store.

Structs§

SelectClause
A single select filter parsed from the oracle arguments.

Functions§

parse_select_clauses
Parse select clauses from the oracle get_notes arguments.
select_notes
Filter notes by all select clauses (AND semantics).