@squidcloud/client
    Preparing search index...

    Type Alias AiQueryCollectionsSelectionRunMode

    AiQueryCollectionsSelectionRunMode: "default" | "force" | "disable"

    Defines the stage behavior:

    • 'default' - Squid will decide if to run the collection selection algorithm or not.
    • 'force' - Collection selection algorithm is run always, even if collectionsToUse are provided.
    • 'disable' - The stage is disabled. The whole schema (or collectionsToUse) will be passed to the next step.