I have a field with the value:
“app_name”: “flowers”
if I search for “flower” I don’t get any result. If I add the “s” at the end I get the correct result.
Also, I have a similar situation:
“app_name”: “bloom:”
this one is not returned as a result not even if I use the exact string. I suspect is the presence of “:” in the name.
So, the question, is it possible to query these without defining the fuzziness: 1?