TEXT indexes for fuzzy search

Hi. Congratulations for new release! In release notes I have seen

TEXT indexes replace B-tree indexes for string queries.

which should provide

Improved performance of full text search when limit is specified

from github changelog. So my question is is there any syntax difference or all the changes are done under the hood ? Is using db.index.fulltext.queryNodes still the best way to do fuzzy search?