Skip to main content

search_workspace

Function search_workspace 

Source
pub fn search_workspace(
    database_path: &Path,
    workspace: &str,
    input: &SearchInput,
) -> Result<ToolEnvelope<SearchReport>, ApplicationError>
Expand description

Searches current graph entities with structural, FTS, community, evidence, and freshness signals.

ยงErrors

Returns ApplicationError for invalid input, missing snapshots, malformed persistence, or ranking failures.