History log of /plugin/struct/meta/SearchCloud.php (Results 1 – 19 of 19)
Revision Date Author Comments
# 7923cdac 16-Apr-2025 Andreas Gohr <andi@splitbrain.org>

allow preset filters and related schemas for cloud

This refactors the cloud aggregation to make use of the
SearchSQLBuilder, this in turn allows for reusing much but not all of
the default parameter

allow preset filters and related schemas for cloud

This refactors the cloud aggregation to make use of the
SearchSQLBuilder, this in turn allows for reusing much but not all of
the default parameter handling.

By allowing joins (on pid) and setting filters we can output clouds
based on the same data as a shown aggregation.

show more ...


# f83ea577 08-Jul-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Fix cloud controls

Fixes #713


# ba7f5789 06-Feb-2024 Anna Dabrowska <dabrowska@cosmocode.de>

No direct search execution


# 7234bfb1 13-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes


# 79b29326 24-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Use new \dokuwiki\plugin\sqlite\SQLiteDB class for DB access


# b871825a 18-Jan-2022 Andreas Gohr <andi@splitbrain.org>

correctly handle serial data in cloud control


# 0549dcc5 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

PHP code sniffer autofixes


# 15df5922 22-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix schema assignment check in cloud


# dea51657 20-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Update cloud queries


# d6d97f60 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic coding style fixes


# 86cfd13c 07-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Make more SQL queries contingent on the join column ($idColumn)


# 5b133c8d 30-Nov-2017 Michael Große <grosse@cosmocode.de>

fix: don't consider number of empty fields for cloud item size

fixes #312


# 68b45d6f 08-Dec-2016 Andreas Gohr <andi@splitbrain.org>

fix for method comment


# 3ec19891 07-Dec-2016 Michael Grosse <grosse@cosmocode.de>

refactor: Use SQL LIMIT statement => faster ����

Since we do not have pagination for struct cloud, we can Limit the
number of results already within SQL.


# 87feee46 07-Dec-2016 Michael Grosse <grosse@cosmocode.de>

fix: use generated aliases to prevent duplicates

Ensure the table-aliases are unique even if there are two schemas with
multi-columns. See also commit db7970ca33d66b924443af737b13af2b8d5bb664


# 5f11f83e 30-Nov-2016 Michael Grosse <grosse@cosmocode.de>

fix: repair multi-column cloud sql


# ae457e47 24-Nov-2016 Michael Grosse <grosse@cosmocode.de>

feat: support option min for cloud aggregation


# aafac1c1 24-Nov-2016 Michael Grosse <grosse@cosmocode.de>

feat: Adjust tag size by its count


# 0699ff47 24-Nov-2016 Michael Grosse <grosse@cosmocode.de>

refactor: Use Search class and hence support limit