
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
- How to render .mov gif files from an App...
So I've read the support thread and the guides about file uploads. But I'm still having trouble rendering my .mov files to my React.js front end using the app...
- db queries
hi, could you please help/advice me , i checked db usage for my app which has real usage once a month (its voting app) and i see a lot db queries for days when ...
- Sometimes the Reset Email Not Arriving
Sometimes when a user creates a recovery (Within the activity log of the user it indeed shows 'recovery.create') no email is delivered. I use SendGrid as smtp ...
