why it says `Can't find FULLTEXT index matching the column list`, when i do have the index
- 0
- Databases
- Web

the attachment shows my code. I'm trying to search
a string array
type column, but want to exclude docs that have a specific text, using the notEqual
method. I've created a fullText type index with both of the columns included (the second attachment shows my index). but it still throws an error in the console saying Server Error
. when I checked the container logs, I found Can't find FULLTEXT index matching the column list
. don't know what's happening

Did you create a full text index on betDigitArray?

as the 2nd attachment shows, i created a fullText index with both betDigitArray
and betType

would you please create 1 full text index with only betDigitArray
?

1 fullText index with betDigitArray
& 1 key index with betType
?

The one you currently have and 1 full text with only the search attribute
Recommended threads
- Custom Domain Verification fail
Hi, I am using a domain from 'get.tech'. I have updated the Name Servers to Appwrite NS records. I had my site hosted on Firebase before, so I removed its DNS r...
- Tables db exception
I were using latest tablesdb in my project but started facing this error. Its been few days i am using in same way but now somehow i started receving this erro...
- 401 missing scopes
help me i implemented sign up and login and it works well. but after i impement verifcation i got `AppwriteException: app.xxxxxxxxxxxxxxxxx@service.fra.cloud.a...
