Is it possible to display the corrected word of typo tolerance? Somewhat like Google search result:
This isn’t possible because of the way we deal with typo tolerance. We don’t globally fix the query and then search only for that, but rather check for typo-tolerant matches on each record. For example if you search for angolia, you’ll likely get matches for both algolia and angolia, and not just one of the versions.
Hope that makes sense!