SearchResults: {
    count: number;
    data: StringStringType[];
    query: string;
}

Type declaration

  • count: number

    the total number of results

  • data: StringStringType[]

    the raw FT.SEARCH results as an array of objects

  • query: string

    the raw FT.SEARCH query string