@karmaniverous/entity-manager
    Preparing search index...

    Type Alias QueryOptionsByCC<CCMap, ET, CC, K>

    QueryOptionsByCC: QueryOptions<CCMap, ET, IndexTokensFrom<CC>, CC, K>

    Convenience alias for QueryOptions that derives ITS (index token subset) from a values-first captured config CC (e.g., your config literal type).

    • If CC has indexes, ITS becomes the union of its keys.
    • Otherwise, ITS defaults to string.

    It also passes CC through the CF channel so page-key narrowing and other CF-aware typing applies consistently.

    This is optional DX sugar; it does not change runtime behavior.

    Type Parameters