pub fn search(
actors: &[Actor],
contacts: &[ChatContact],
query: &str,
selected: &BTreeMap<String, Vec<String>>,
) -> DirectorySearchResultExpand description
Search the persisted directory: build the unified view, then run search_core.