@thepalaceproject/circulation-admin
    Preparing search index...

    Interface CustomListEditorSearchParams

    Search parameters.

    interface CustomListEditorSearchParams {
        advanced: CustomListEditorAdvancedSearchBuilders;
        entryPoint: string;
        language: string;
        sort: string;
        terms: string;
    }
    Index

    Properties

    Advanced search builder information.

    entryPoint: string

    The entry point of the search, e.g. ebooks, audiobooks.

    language: string

    The desired language of search results.

    sort: string

    The desired sort order of search results.

    terms: string

    The terms to search for.