@cavell/kit API
    Preparing search index...

    Interface ScopeKeyDef

    interface ScopeKeyDef {
        contextKeys: string[];
        name: string;
    }
    Index
    contextKeys: string[]

    Context keys that may hold the value, first match wins (enriched key first).

    name: string

    Public filter name, used as scope.<name> query param (matches backend).