pub async fn search_symbols( query: String, num_results: usize, ) -> Result<VecMap<SymbolURI, Vec<(f32, SearchResult)>>, ServerFnError<String>>