I noticed that the search does not work with words where 1 or 2 letters. How to fix it?
search does not work with words where 1 or 2 letters
Right, that's how mariadb's full text search works. For more info see: https://github.com/appwrite/appwrite/discussions/5005#discussioncomment-4681079.
The only way to change this would be to change this: https://mariadb.com/kb/en/innodb-system-variables/#innodb_ft_max_token_size
Understand, but how can I change this param innodb_ft_min_token_size?
I think by running a SQL command. You can look it up online
Recommended threads
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...