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

    Type Alias SearchMode

    SearchMode: "all" | "any" | "phrase"

    Token-matching mode for searchText.

    • "all" — every whitespace-separated token must occur in the note (AND).
    • "any" — at least one token must occur (OR).
    • "phrase" — the raw query string must occur as a contiguous substring.