Hi @Felipe_Lisperguer thanks for the question and welcome to the MongoDB community!
Supporting misspelled words is a great use case for Atlas Search. Among other relevance-based search features, the $search stage has a text operator which offers a fuzzy parameter that allows you to define how many character edits and different word variations to consider.
To get started with Atlas Search, you’ll have to create a *search index*. Once you have created your search index, you can construct a $search query using the text operator with fuzzy enabled.
You can also read more about the $search stage here.
I hope this helps! Please do not hesitate to reply if you have any other questions.