Fulltext Indexed JSON String not working on simple search query "the"
- 0
- Self Hosted
- Databases
- Web
in the image is my JSON column that gets auto updated, I have a list of documents in a database. When I search the word "the", I get no results back. If I search "The", I also get no results back. Is there like some sort of anti "the" keyword filter here or what's going on where it wouldn't count it?
Query.search("search", props.searchQuery)
the Array(1)
is because t
returns one result lol
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...