Fork me on GitHub
#datascript
<
2022-06-17
>
Oliver Marks12:06:27

is there a way to group values in a vector or set in an aggregate, so i return something like this {:id 1 :count 3 :entities [1 2 3]} so in essence :entites are the values I counted ?

Oliver Marks12:06:46

to answer my own question distinct in the find seems to do what I require :)