Given the following sample documents:
{_id:1, company: “Farm Inc.”, active: true},
{_id:2, company: “Garden Inc.”, active: false}
A developer wants to create a search query to search for a company. There is a business requirement to accommodate misspellings. An Atlas Search index has already been created for this query.
What query satisfies these requirements?