Open wshager opened 11 years ago
RQL lacks an option to group by a certain scalar expression: books: [{ title:'foo', date:'2013-01-01', publisher:'jb' },etc.]
e.g: groupby(publisher,max(date))
It's like aggregate, only returns a new list. But perhaps there's another way to write this.
RQL lacks an option to group by a certain scalar expression: books: [{ title:'foo', date:'2013-01-01', publisher:'jb' },etc.]
e.g: groupby(publisher,max(date))
It's like aggregate, only returns a new list. But perhaps there's another way to write this.