pub fn search_scope(
input: QueryScopeView<'_>,
query: &SearchQuery,
) -> Result<ScopeSearch, ScopeExecutionError>Expand description
Search existing snapshots with one global result cursor. No loading or parsing occurs; coverage remains in the supplied graph.
ยงErrors
Returns invalid search bounds or matcher errors.