From 7d7abaa018b95ac7c5938b4f3a708834802c0f8a Mon Sep 17 00:00:00 2001 From: Kevin Today <1142185+mieubrisse@users.noreply.github.com> Date: Tue, 15 Jul 2025 20:56:13 -0400 Subject: [PATCH] Add link in query docs to code showing all available query functions --- src/examples/querying-data.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/examples/querying-data.rst b/src/examples/querying-data.rst index 2652ae9..6ad423c 100644 --- a/src/examples/querying-data.rst +++ b/src/examples/querying-data.rst @@ -15,6 +15,7 @@ Writing a Query .. note:: This section is still WIP. There is still no documentation of all the transform functions, but for most simple queries these examples should be enough. + For complex queries, you can see all available functions here: https://github.com/ActivityWatch/aw-server-rust/blob/master/aw-query/src/functions.rs Queries are the easiest yet advanced way to get events from aw-server buckets in a format which fits most needs. Queries can be done by doing a POST request to aw-server either manually or with the aw-client library.