async fn QueryIndexExact(
query: &str,
_case_sensitive: bool,
path_filter: Option<&str>,
language_filter: Option<&str>,
index: &FileIndex,
results: &mut Vec<SearchResult>,
)Expand description
Exact match search (whole word, case-sensitive)