Hi André,
> is this possible?
Certainly, by passing extra query terms in the q request parameter.
Normally I'd see a + before date there, not a space. But maybe it's equivalent.
Here's a working example (in this one the : is %3A, but it's equivalent):
https://demo.hledger.org/register?q=inacct%3AAssets%3AUS%3ABofA%3AChecking+date%3A2013
Try + instead of space in your url ?
> i imagine this is talking to the same hledger web API interface we get
> access to, right?
Yup
The "gui" apps (hledger-web and hledger-ui both) are notably fragmented. I think it's the nature of GUIs and/or haskell - you have to jump around a lot to follow the flow, which can be challenging. I believe that q parameter is handled in the getViewData helper in App.hs.