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