SortBySearchType: {
    prefetch_amount?: number | null;
    rerank_query?: string | null;
    rerank_type: ReRankOptions;
}

Type declaration

  • Optionalprefetch_amount?: number | null

    How many results to pull in before the rerabj

  • Optionalrerank_query?: string | null

    Query to use for prefetching defaults to the search query

  • rerank_type: ReRankOptions