@playlive/react-query
    Preparing search index...

    Interface UseCurrentEventsParams

    Params for useCurrentEvents.

    interface UseCurrentEventsParams {
        currentOnly?: boolean;
    }
    Index
    currentOnly?: boolean

    When true (the default), the raw cause-level list is narrowed to the in-flight Play Live season via selectCurrentFundraisingEvents — published events for the current year, plus next year's once November rolls around.

    Pass false for the unfiltered list (archives, admin pickers).