Steven Nguyen
Steven Nguyen
@GenMech, no worries! You can take your time! Just let us know if you no longer want to work on it so we can unassign you.
After digging into the error a bit more, I found the underlying error was: ``` PDOException: Can't find FULLTEXT index matching the column list in @swoole-src/library/core/Database/PDOStatementProxy.php:64 ``` Would you please...
@xuala69, when you pass multiple queries like you did, it does an AND on them. Is that what you were expecting?
@xuala69 for full text search, I would recommend creating an attribute that has all the content, index that attribute, and then query that attribute. You can use an Appwrite Function...
@BabyElias Thanks for your interest! You may work on this issue 🙏 Happy hacking! 🎃
@BabyElias, if it's too difficult to correct, you can try lowering the level a little so it doesn't pick up as many problems.
@BAGEERADHAN, thanks for your interest! 🙏 Happy hacking! 🎃 @kimbengfaith, we're assigning people on a first come first serve basis. If @BAGEERADHAN can't complete this issue, well reassign accordingly. In...
@Azanul, thanks for your interest! 🙏 Happy hacking! @MrKrishnaAgarwal, we're assigning people on a first come first serve basis. If @Azanul isn't able to complete this issue, we'll reassign accordingly....
@Shiba-Kar, thanks for raising this issue! 🙏 We'll look into this, but for now, can you try to create without the write permission since you already specified update and delete:...
@Shiba-Kar there's a bug with including write with update or delete. Please try without write as I suggested.