@ctrl/plex
    Preparing search index...

    Interface CreateSmartCollectionOptions<T>

    interface CreateSmartCollectionOptions<T extends RatingKeyItem> {
        search?: SmartCollectionSearchOptions;
        section: LibrarySection<T>;
        smart: true;
    }

    Type Parameters

    Index

    Search used to populate the collection.

    section: LibrarySection<T>

    Library section that will own the collection.

    smart: true

    Create a dynamic collection backed by a validated library search.