is this the right way to create a full text index
btw my index is not being created
Have a look here: https://appwrite.io/docs/queries
This seems right...is it throwing an error? What type are those 2 attributes?
Yes i was doing something like this https://discord.com/channels/564160730845151244/1115998795461828618 and you explain the reason.
[Solve]create index
[Solved]create index
[SOLVED] create index
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...