Atlas Search Partial Match Feature

I have sucessfully implemented the atlas search feature to our application with fuzzy search enabled. But I am facing a minor issue.
Suppose I am trying to search strawberry term in our collection. I have entered ‘straw’ in the query. Since it is fuzzy match. I am getting ‘Steak’, ‘Stew’ etc. But ‘strawberry’ is not found in the list. Seems like it is not scored if the query is more in length. Is there any better way to handle this situation

1 Like

A picture for reference