Jonathan Zylberberg
04/03/2025, 4:20 PM{
'q': "JON Z NEW YORK",
'query_by': "name,city"
}
I dont want the terms "NEW" and "YORK" to be matched on the name
and vice versa "JON" and "Z" to be matched on terms from city
but I still want to have fuzzy matching on name
and city
Thank you!