Type alias GroupByNearTextOptions<T, V, I>

GroupByNearTextOptions<T, V, I>: BaseNearTextOptions<T, V, I> & {
    groupBy: GroupByOptions<T>;
}

Options available in the near text search queries when specifying the groupBy parameter.

Type Parameters

  • T
  • V
  • I

Type declaration