History log of /plugin/struct/syntax/filter.php (Results 1 – 6 of 6)
Revision Date Author Comments
# 0ebf3045 17-Jul-2023 Andreas Gohr <andi@splitbrain.org>

make filter syntax use the disabling of dynamic parameters

Also some more style improvements


# bea7239d 12-Jul-2023 Andreas Gohr <andi@splitbrain.org>

change the way filters are rendered

Instead of a form, now links are used that immeadiately apply a selected
filter. To construct the link, the type's renderTagCloudLink() method is
reused.

Still t

change the way filters are rendered

Instead of a form, now links are used that immeadiately apply a selected
filter. To construct the link, the type's renderTagCloudLink() method is
reused.

Still to do:

* make it possible to apply multiple filters (this might need some
adjustments on the renderTagCloudLink() method signature)
* do ensure that one selected filter does not collapse all filter
possibilities. Cloud currently does this by implementing it's own
SearchConfig in SearchCloud, but that seems to be limited to handling
a single schema and field. I think it would make more sense to be able
enable/disable the dynamic filter handling for the standard
SearchConfig
* Improve styling. This is currently just a very quick rendering on top
of <details>

show more ...


# f1812f0b 12-Jul-2023 Andreas Gohr <andi@splitbrain.org>

added filter for AggregationFilter::getAllColumnValues()

Also renames Filter to AggregationFilter


# f4dbd3b0 12-Jul-2023 Andreas Gohr <andi@splitbrain.org>

filter: initialize scope correctly


# 95088304 06-Jul-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Introduce inheritance in filter classes


# 4fc1424a 28-Jun-2023 Anna Dabrowska <dabrowska@cosmocode.de>

New syntax component "filter"