E621
    Preparing search index...

    Interface SearchWikiPagesOptions

    interface SearchWikiPagesOptions {
        body_matches?: string;
        creator_id?: number;
        creator_name?: string;
        id?: string | number;
        is_deleted?: boolean;
        is_locked?: boolean;
        limit?: number;
        order?: "id_asc" | "id_desc" | "post_count" | "title";
        other_names_match?: string;
        other_names_present?: boolean;
        page?: number;
        parent?: string;
        title?: string;
        title_matches?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body_matches?: string
    creator_id?: number
    creator_name?: string
    id?: string | number
    is_deleted?: boolean
    is_locked?: boolean
    limit?: number
    order?: "id_asc" | "id_desc" | "post_count" | "title"
    other_names_match?: string
    other_names_present?: boolean
    page?: number
    parent?: string
    title?: string
    title_matches?: string