Hi, What props should I tweak so the query "chocol...
# community-help
g
Hi, What props should I tweak so the query "chocolat" would match "fève de chocolats" or "chocolats noir" Currently only the query "chocolats" match it. here is my query
Copy code
{
  query_by: 'name',
  q: 'chocolats',
  filter_by: 'name: chocolats',
}
Thank you