pub fn notes_search( query: &str, limit: Option<u32>, ) -> Result<Vec<NoteRef>, PluginError>
notes.search:标题/正文全文搜索(能力 notes:read)。limit 缺省宿主取 20、上限 100。
notes.search
notes:read
limit