You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey. I am trying to use an input field from my document to specify the ordering of the query.
The order() function takes an <expr>apparently and I cannot find a way to pass an <expr> from the params...
I think the easiest way to accomplish what I want would be to be able to pass a function to query so that we could compose the query easily with template literals.
The text was updated successfully, but these errors were encountered:
In this plugin specifically, would it be possible to have the query parameter accept a function so that we can modify it manually?
I am thinking something like this:
Hey. I am trying to use an input field from my document to specify the ordering of the query.
The
order()
function takes an<expr>
apparently and I cannot find a way to pass an<expr>
from the params...Am I missing something?
I would like to accomplish something like that:
I think the easiest way to accomplish what I want would be to be able to pass a function to
query
so that we could compose the query easily with template literals.The text was updated successfully, but these errors were encountered: