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

    Interface PropertyHestiaSearchParams

    TODO: This is duplicated in search-from-fragment.ts

    interface PropertyHestiaSearchParams {
        address?: string;
        area?: number;
        branch_id?: number;
        channel: string;
        createdAgo?: number;
        distance?: number;
        maxAcreage?: number;
        maxBedrooms?: number;
        maxPrice?: number;
        maxSquareFeet?: number;
        minAcreage?: number;
        minBedrooms?: number | null;
        minPrice?: number;
        minSquareFeet?: number;
        poly?: string;
        property_type?: string;
        searchableKeyword?: string;
        shortLets?: string;
        sort?: string;
        status?: string | null;
        tags?: string[];
        text?: string;
        updatedAgo?: number;
        within?: string;
    }
    Index

    Properties

    address?: string
    area?: number
    branch_id?: number
    channel: string
    createdAgo?: number
    distance?: number
    maxAcreage?: number
    maxBedrooms?: number
    maxPrice?: number
    maxSquareFeet?: number
    minAcreage?: number
    minBedrooms?: number | null
    minPrice?: number
    minSquareFeet?: number
    poly?: string
    property_type?: string
    searchableKeyword?: string
    shortLets?: string
    sort?: string
    status?: string | null
    tags?: string[]
    text?: string
    updatedAgo?: number
    within?: string