
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 many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
- Error Generation of certification for cu...
Hi, I tried to connect a custom domain, this worked but creating the certification afterwards fails with the following error: ```txt Failed to create TLS subsc...
