Interface QuerySearchArgs

Query search engine for search results

interface QuerySearchArgs {
    accountId?: string;
    customRules?: InputSearchRule[];
    explain?: boolean;
    keywords?: InputSearchKeywords;
    products?: InputSearchProducts;
    query?: string;
    redirect?: string;
    rules?: string[];
    segments?: string[];
    sessionParams?: InputSearchQuery;
    time?: number;
}

Properties

accountId?: string
customRules?: InputSearchRule[]
explain?: boolean
query?: string
redirect?: string
rules?: string[]
segments?: string[]
sessionParams?: InputSearchQuery
time?: number