appwrite / website

The Appwrite website, docs and blog 🏠
https://appwrite.io
194 stars 188 forks source link

📚 Documentation: Double check queries #1353

Open stnguyen90 opened 1 week ago

stnguyen90 commented 1 week ago

💭 Description

The syntax for some queries don't seem to match between the docs and the SDKs.

For example, the Python SDK's has Query.and_queries(), but the docs show Query.and():

image

In addition, the Swift SDK requires the value label like Query.equal("released", value: [true]), but the docs just show Query.equal("title", ["Iron Man"]):

image

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?