Skip to main content

search_notes

Function search_notes 

Source
pub fn search_notes(query: &str) -> Result<Vec<Note>, String>
Expand description

Search notes by text or tag (case-insensitive substring match).