-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
🐛 Bug Report: seach query throws server error 500 on Cloud #5729
Comments
Hi, Yes we are aware of this problem and this is in plans to get fixed. |
Ah. That's great. Was doing some digging on the queries and filters in the codebase to find the source of the problem, but if it's already on the board I guess I can park my exploration. I wonder where are we making the actual DB calls? My idea was to not make any DB calls, and just return an empty array. I was tracing from
Anyways, thank you for taking care of it. |
@subhamX You might want to see https://github.com/utopia-php/database |
Hi @subhamX , can I close this issue if this no longer happens for you? |
I haven't checked this recently, but if you feel it has been patched, please close it. Really appreciate you all for being actively building & shipping feat. |
Closing as this now returns a 400 error with an error of: {
"message": "Invalid query: Equal queries require at least one value.",
"code": 400,
"type": "general_argument_invalid",
"version": "0.11.46"
} |
👟 Reproduction steps
Run the following query:
👍 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
[email protected]
.👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: