| #
f1812f0b |
| 12-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
added filter for AggregationFilter::getAllColumnValues()
Also renames Filter to AggregationFilter
|
| #
ae522a2d |
| 06-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
correctly nest items with the same values with different parents
|
| #
1f53b3d5 |
| 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
do not sort lists alphabetically
Now nested lists reflect the result set order again. The only exception being the index level which is always sorted alphabetically. N/A entries are still always las
do not sort lists alphabetically
Now nested lists reflect the result set order again. The only exception being the index level which is always sorted alphabetically. N/A entries are still always last.
show more ...
|
| #
7b7a9290 |
| 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
lists: correctly handle nesting with empty values
empty values are shown as n/a when they are used in nesting, otherwise not shown just as before
|
| #
ce44c639 |
| 26-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Add indexing support
Using the index keyword, lists can now have an alphabetical Index at the top level.
|
| #
1ee0a2dc |
| 26-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
only have unique result rows when nesting
This fixes row duplication on nesting with multiple multival fields
|
| #
f6acb215 |
| 22-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fixed tests
|
| #
5bc00e11 |
| 22-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Add nesting option for List Aggregations
This allows to create nested lists based on the selected number of result columns. This is basically a group-by after the fact and displaying it in a tree. M
Add nesting option for List Aggregations
This allows to create nested lists based on the selected number of result columns. This is basically a group-by after the fact and displaying it in a tree. Multivalues are split up for grouping, so that a result can be nested by tags for example.
show more ...
|