Hi is there any way to specify that I want my quer...
# community-help
j
Hi is there any way to specify that I want my query value to only be used for a specific query field. For example lets say I have
Copy code
{
    '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!