You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Table view let us sort the Events by Date start/end ascending/descending. We cannot filter on Events with dates because the greater than rawfilter is for number values not dates.....
Using the rawfilter for datesorting would be very slow.....
The api has already custom filters (speed optimized) for this operations, maybe now the time has come to implement configurable custom filters, at example to filter on
Dates or Tags.
I tested some Tag filtering, it works, but in comparision with the old Databrowser (which uses the custom filters of the api) it is very very slow.
So maybe the idea could be to let filter on each field in the tableview with the rawfilter as we have now, but also to add a config to a column that a custom filter is used.....
If this custom filter is defined, the Column is hided into the Dropdownlist of the selecteable fields and it is displayed below i don't know lets have a discussion about this
The text was updated successfully, but these errors were encountered:
Example:
we have this filters for Event
/// BeginDate of Events (Format: yyyy-MM-dd), (default: 'null')
/// EndDate of Events (Format: yyyy-MM-dd), (default: 'null')
if we want to filter by DateStart we can simply add to the apicall the parameter begindate=2024-11-27
@RudiThoeni Thank you for the feedback! Let discuss and plan this optimizations in the next iteration.
Since the rawfilter is the most generic solution and the easiest one, is there possibility of optimization that we could implement to let the rawfiler become faster?
The current Table view let us sort the Events by Date start/end ascending/descending. We cannot filter on Events with dates because the greater than rawfilter is for number values not dates.....
Using the rawfilter for datesorting would be very slow.....
The api has already custom filters (speed optimized) for this operations, maybe now the time has come to implement configurable custom filters, at example to filter on
Dates or Tags.
I tested some Tag filtering, it works, but in comparision with the old Databrowser (which uses the custom filters of the api) it is very very slow.
So maybe the idea could be to let filter on each field in the tableview with the rawfilter as we have now, but also to add a config to a column that a custom filter is used.....
If this custom filter is defined, the Column is hided into the Dropdownlist of the selecteable fields and it is displayed below i don't know lets have a discussion about this
The text was updated successfully, but these errors were encountered: