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
- Error upgrading from 1.8.1 to 1.9.0
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...