enquire-mcp API reference - v3.9.0-rc.4
    Preparing search index...

    Interface ReplaceInNotesFileResult

    Per-file count emitted by replaceInNotes.

    interface ReplaceInNotesFileResult {
        occurrences: number;
        path: string;
    }
    Index

    Properties

    Properties

    occurrences: number

    Number of literal replacements applied in this file.

    path: string

    Vault-relative path.