enquire-mcp API reference - v4.0.0-rc.7
    Preparing search index...

    Interface BaseQueryHit

    What obsidian_query_base returns per matching note.

    interface BaseQueryHit {
        matched_on: Record<string, unknown>;
        path: string;
        title: string;
    }
    Index
    matched_on: Record<string, unknown>

    Bounded diagnostics for the legacy tags/status/type keys and any frontmatter keys referenced by the active filter. Ordinary small legacy containers retain their public shape; complex or oversized values become short type/size markers rather than being copied into every hit.

    path: string
    title: string