Skip to content

🐛 Bug Report: seach query throws server error 500 on Cloud #5729

@subhamX

Description

@subhamX

👟 Reproduction steps

Run the following query:

const projectIds=[]
const projects = (new Databases(appwriteClient)).listDocuments(
  appwriteDatabaseId,
  appwriteProjectsCollectionId,
  [Query.equal("$id", projectIds)]
);

👍 Expected behavior

The following should return an empty projects arr.

👎 Actual Behavior

It throws server error

🎲 Appwrite version

Appwrite Cloud

💻 Operating system

Linux

🧱 Your Environment

Using node-appwrite@9.0.0.

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

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingproduct / cloudIssues found only on Appwrite Cloudproduct / databasesFixes and upgrades for the Appwrite Database.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions