
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
- 500 Internal Server Error
This error shows 500 on live site, but it works perfectly on Localhost.
- Multiple Set-Cookie headers collapsed on...
I’m deploying a Next.js 15 app to Appwrite → Deploy → Sites. In app/api/auth/login/route.ts I try to set 3 cookies. Variant A (manual headers): const headers ...
- Verification email not send
Hi! 👋 I’m trying to access my project on Appwrite Cloud (fra.cloud.appwrite.io), but I keep getting this popup saying: “To continue using Appwrite Cloud, plea...
