Websites v4 docs v5.2.4
    Preparing search index...
    PropertySearchBase: BaseSearch & {
        area?: number;
        auctionDate?: string;
        channel?: string;
        createdAgo?: number;
        maxAcreage?: number;
        maxBedrooms: number | null;
        maxPrice: number | null;
        maxSquareFeet?: number | null;
        minAcreage?: number;
        minBedrooms: number | null;
        minPrice: number | null;
        minSquareFeet?: number | null;
        page?: number;
        poly?: string | null;
        shortLets?: string;
        sort?: string | null;
        status: string;
        tags: string[];
        text?: string;
        updatedAgo?: number;
        within?: number | string;
    }