Websites v4 docs v5.2.5
    Preparing search index...

    Interface SearchForm

    interface SearchForm {
        activeSearchType?: string;
        backgroundOpacity?: number;
        buttonVariant?: ButtonVariant;
        channel?: ChannelOption;
        color?: string;
        customSearchForms?: { [name: string]: SectionElement };
        distance?: boolean;
        expanded?: boolean;
        geolocate?: boolean;
        items?: SearchFormItem[];
        locationInputPlaceholder?: string;
        maxBeds?: boolean;
        maxPrice?: boolean;
        minBeds?: boolean;
        minPrice?: boolean;
        overrideGlobal?: boolean;
        scopedTags?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    activeSearchType?: string
    backgroundOpacity?: number
    buttonVariant?: ButtonVariant
    channel?: ChannelOption
    color?: string
    customSearchForms?: { [name: string]: SectionElement }
    distance?: boolean
    expanded?: boolean
    geolocate?: boolean
    items?: SearchFormItem[]
    locationInputPlaceholder?: string
    maxBeds?: boolean
    maxPrice?: boolean
    minBeds?: boolean
    minPrice?: boolean
    overrideGlobal?: boolean
    scopedTags?: string

    If passed, any searches from this type of search form should be scoped to these tags