pub fn search(
nodes: &[Node],
request: &SearchRequest,
) -> Result<SearchReport, QueryError>Expand description
Performs deterministic ranked search over graph nodes.
Duplicate node identifiers and invalid numeric signals are rejected. Returned hits include node metadata and score explanations only; evidence and source bodies are never returned.
ยงErrors
Returns QueryError when the query, pagination, node identities, or numeric signals are
invalid.