Steven Nguyen
Steven Nguyen
The [List Users](https://appwrite.io/docs/server/users?sdk=nodejs-default#usersList) API takes a search term rather than a Query. For phone based accounts, you should be able to put the phone number into the search and it...
> Hey @Meldiron sorry for taking this long to reply. We never create a phone session. Here is our flow of data creation: > > 1. Create a user through...
@rksingh2001, we're actually in the process of a rewrite of the Appwrite Console. Would you still like to work on this even though it will be replaced by the new...
Related PR: https://github.com/appwrite/sdk-generator/pull/496
@Hu-Wentao , thank you for raising this issue! 🙏 > Among them, 21 lines of events and 2 lines of channels can be obtained by local processing, why should they...
@arth2002, assigned! Thanks for your help! 🙏
@arth2002, here you go! https://github.com/appwrite/docs/blob/main/app/views/docs/upgrade.phtml
@arth2002, thanks for your contribution! 🙏
It looks like the problem is due to how the query expression is parsed. Because there are commas, it becomes a list of values due to this: https://github.com/utopia-php/database/blob/6507b58ef3e22703b9df68d3dbd5e822d5bb023f/src/Database/Query.php#L210. As such,...
Perhaps str_getcsv() would be a better alternative to explode() for parsing the query values.