Better documentation on dashboard search query language

Hello,

It’s very convenient to be able to query on the axon dashboard, but the documentation on what is possible is quite weak. I did find some stuff by guessing, but particularly I would like to be able to filter events of a specific week or month. I tried a couple of options but didn’t find a suitable answer.

Regards,
Fabio

Hi Fabio,
Here you can find more information on the query language:
https://docs.axoniq.io/reference-guide/v/master/appendices/query-reference

you can use the week() or month() functions to filter events on a specific week, for instance “month(timestamp) = 4 and year(timestamp) = 2020” would return all events for April 2020.

Regards,
Marc