pub fn filter_entries(
entries: Vec<Entry>,
options: &FilterOptions,
) -> Vec<Entry>Expand description
Filter a collection of entries through the filter pipeline.
Applies filters in order: section → tags → tag values → search → date → only_timed → unfinished → negate → sort → count limit.
Short-circuits when no entries remain after a filter stage.