Can we add regex in query builder's path?
HI,
I have a query where in need to add regex in the query builder's path property Like: path: /a/b/c/*/d, where my node structure at * is changing.
Is there a way to do this?
Also, is there a way where i can add groups inside group and put and/or conditions?