
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
- Queries about live WebSocket connections
Hey everyone! 👋 I'm exploring Appwrite for a live online test where thousands of candidates will be active simultaneously. I couldn't find any official docume...
- Resend SMTP issues?
I'm getting this console log error, but I have everything set up so that anyone can access it. Can anyone help me figure out what I did wrong? Shoot, I'll even ...
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
