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

    Type Alias HybridRecallMode

    HybridRecallMode: "auto" | "strict" | "relaxed"

    How searchHybrid treats an empty strict result.

    • auto (default): run strict; if the RESPONSE is empty and no ranker errored, run once more at the recall floor.
    • strict: never relax. searchHybridMulti passes this for every phrasing, because relaxing per phrasing lets a previously-empty phrasing reorder an already-successful search — the decision belongs after the outer fusion.
    • relaxed: the second pass itself. Terminal: it never recurses.