I have Users collection which contains user data I gathered from my app. I want to implement full-text search functionality in my app but so far all of the methods I tried didn't work for me. Also I don't want to use 3rd party options such as Algolia etc. What I exactly want to achieve is explained below:
Let's suppose user have a username "taylor_lee". When I type "tay" I want results to show "taylor_lee" and other usernames starting with "tay".
Any help is appreciated. Thank you in advance