History log of /plugin/struct/meta/NestedResult.php (Results 1 – 9 of 9)
Revision Date Author Comments
# 7234bfb1 13-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes


# ae522a2d 06-Jul-2023 Andreas Gohr <andi@splitbrain.org>

correctly nest items with the same values with different parents


# f50405fa 05-Jul-2023 Andreas Gohr <andi@splitbrain.org>

code sniffer fixes


# 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


# 026d1098 26-Jun-2023 Andreas Gohr <andi@splitbrain.org>

index based on display not compare value


# 00f71f17 26-Jun-2023 Andreas Gohr <andi@splitbrain.org>

fixed tests and codesniffer complaints


# 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


# 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 ...