
I work in Germany, so we have many connected words and i need to make sure that searching is including the part of the words. For example - the title is : "Primärenergieverbrauch" (Primärenergieverbrauch)
and the user is searching for energie. Currently it doesn't find it. What can i do ? I use Query.search
LOG query [ '{"method":"limit","values":[25]}', '{"method":"offset","values":[0]}', '{"method":"search","attribute":"title","values":["energie"]}' ]
query.push(Query.search(key, searchParams[key]))
Is there something i can do ?
Recommended threads
- Email OTP + email-password combo
This might be a strange scenario but I want to know if it's possible I can implement user auth through both the ways in my app: by sending email OTP and by usi...
- function stuck on 'processing' forever i...
I've made an image to zip convertor function, when I execute it through console it's forever stuck on 'processing' but when I try to execute it through postman ...
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
