tigrisdata-archive / tigris

Tigris is an Open Source Serverless NoSQL Database and Search Platform.

Home Page:https://www.tigrisdata.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support grouping of search results

himank opened this issue · comments

The idea is to allow search response to be grouped on a single or multiple fields in the index. For example, if the index has "city" field and user wants to group results on cities then they can pass a group_by in the search requests as group_by: {"fields": ["city"]}