e303766c | 12-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix tests, add formaly optional csv parser params |
9fbb0f8b | 07-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
Allow positioning the action column in aggregate editor
Via the actcol setting (defaults to -1) you can define at which position the delete column is added to the table. Positive number count from s
Allow positioning the action column in aggregate editor
Via the actcol setting (defaults to -1) you can define at which position the delete column is added to the table. Positive number count from start, negative ones from the end.
show more ...
|
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 ...
|
fa5b7b69 | 07-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
inline editor for page data output
This allows to use the double click action on the page data output table shown on pages. |
dc2a4c37 | 07-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
show schema config collapsed by default
This saves space on large schemas and makes it easier to focus at a certain task.
We keep the new element expanded. |
ba662a60 | 07-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
some automatic rector fixes |
8b7e143c | 07-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
$NSORID$ filter place holder. implements #712
This filter will return the current page unless when called on a namespace start page where it will return the namespace instead. |
b4459cef | 08-Jul-2024 |
annda <17853330+annda@users.noreply.github.com> |
Automatic code style fixes |
f83ea577 | 08-Jul-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix cloud controls
Fixes #713 |
267f1164 | 09-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
fix filter mechanism
With ba7f5789bbbcab95d7a655f6ec50a97b731b40d5 no $result was available anymore. |
abd4e19c | 16-Feb-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix #708 |
1c9d4449 | 13-Feb-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove obsolete code |
04c3c31f | 12-Feb-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Slight refactoring of search result |
ba7f5789 | 06-Feb-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
No direct search execution |
67f70d54 | 18-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Revert "Lazy search execution"
This reverts commit 95a8e37d986b141b2caee5b396741b93cd31c0e6. |
95a8e37d | 18-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Lazy search execution
Move search out of aggregation constructors. It should only be executed before actual rendering, not e.g. on metadata run |
b8d3247d | 12-Dec-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Code style fixes |
5e29103a | 11-Dec-2023 |
annda <annda@users.noreply.github.com> |
Automatic code style fixes |
c2839eb2 | 21-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Inline rendering of aggregarion value
Fixes #674 |
bfb78ce3 | 15-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Cloud: display count when summarize is configured
Implements #613 |
4b00515c | 15-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add anchor to agrregations and dynammic filters
Fixes #629 |
66055609 | 14-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Clear multi fields that try to save multiple empty values |
150f5bc9 | 14-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Adjust tests for named parameters in SQL |
e65ff35e | 02-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use named parameters in SQL queries |
6636674b | 02-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Properly handle assignments in case of serial data
Search query should check assignment status only for pages, but not serial data.
Fixes #666 |