-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
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
fix: Documentation queries mismatch #1362
base: main
Are you sure you want to change the base?
Conversation
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2024-09-19 05:30:58 CET |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@askadityapandey, if you're interested in working on an issue, please comment on the issue and asked to be assigned.
Also, the issue was to review all the queries and not just the examples mentioned in the issue.
Hey @stnguyen90 , thanks for your clarification. I'll take care of asking first from the next time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also do you have any suggestion or Idea how can I quickly check all the queries? I mean I am manually checking right now and I haven't found Query.greaterThanEqual in Node.Js while it's in Documentation.
@askadityapandey you can install the SDK and test it out in an IDE. Or you can look at the source code. For example, https://github.com/appwrite/sdk-for-node/blob/7a2418cafaf3cff4247b2e8d9c106e1ab7e9288b/src/query.ts#L108.
What does this PR do?
fixes #1353 ,
Test Plan
It's a very minor change, easily visible.
Have you read the Contributing Guidelines on issues?
Yes.