Any way to make filters fuzzy like this example, ...
# community-help
j
Any way to make filters fuzzy like this example,
Copy code
{
  "indexName": "companies",
  "query": "Fintech",
  "queryBy": "companyDescription",
  "filters": "growthRate:>=500 && hiring:engineer", <------ this will return "Senior frontend engineer", but putting "engineer(s)" will find nothing
  "includeFields": ["*"],
  "perPage": 10
}