We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Under 'usage -> query support' you write (among other examples)
.list$({f1:v1, ...}, {sort$:{field1:1}})
That format doesn't work for me. Instead I have to use
.list$({f1:v1, ..., sort$:{field1:1}})
The text was updated successfully, but these errors were encountered:
@ro70 Good spot. @mihaidma @geek This is something that needs to change in a few place. Including the docs if it is wrong.
Sorry, something went wrong.
I'll check this
Moved to seneca-standard-query: senecajs-labs/seneca-standard-query#8
mihaidma
No branches or pull requests
Under 'usage -> query support' you write (among other examples)
.list$({f1:v1, ...}, {sort$:{field1:1}})
That format doesn't work for me. Instead I have to use
.list$({f1:v1, ..., sort$:{field1:1}})
The text was updated successfully, but these errors were encountered: