I'm trying to solve for a single query. ```{ que...
# community-help
g
I'm trying to solve for a single query.
Copy code
{
  query_by: fields.join(','),
  q: query,
  num_typos: '2,2,2,2,0,0',
}
where num_typos 0 is for exact match and 2 for the other. But num_typos seems not to have any effect