RomanStruk / manticore-scout-engine

Manticore Engine for Laravel Scout
Other
36 stars 3 forks source link

How to implement `group n by` #34

Closed cevin closed 1 year ago

cevin commented 1 year ago

https://manual.manticoresearch.com/Searching/Grouping#GROUP-BY-multiple-fields-at-once

group N by fields

+--------------+-----------------------------+
| release_year | title                       |
+--------------+-----------------------------+
|         2009 | ALICE FANTASIA              |
|         2009 | ALIEN CENTER                |
|         2008 | AMADEUS HOLY                |
|         2008 | ANACONDA CONFESSIONS        |
|         2007 | ANGELS LIFE                 |
|         2007 | ARACHNOPHOBIA ROLLERCOASTER |
+--------------+-----------------------------+
RomanStruk commented 1 year ago

will be implemented soon

cevin commented 1 year ago

already supported