Currently the stats page allows to build queries like this
Source FQDN contains, but % chars have to be given to actually get a leading
or trailing submatch.
This has to be changed in sync with the fody-backend so that % are not necessary anymore.
[ ] required new version of fody-backend
[ ] check consistency of queries from Stats Tickets and Events
[ ] remove hint
The drawback is accepted that a selection of leading or trailing submatch is not possible anymore.
[ ] If a query uses datetime as parameter, it should be somehow shown to the users that this be understood as point in time, e.g. Postgresql will add the time of start of the day in the timezone of the database.
Currently the stats page allows to build queries like this
Source FQDN contains
, but%
chars have to be given to actually get a leading or trailing submatch.This has to be changed in sync with the fody-backend so that
%
are not necessary anymore.The drawback is accepted that a selection of leading or trailing submatch is not possible anymore.