Search Box Autocomplete

I have a search box that a user types in a string of characters. The autocomplete starts but it does not show the actual value as an option even though the value exists in the database, there are over 3000 options in the database. It only shows values that are close to matching. See below for a screenshot. Any idea what is going on?

I would use the Fuzzy Search Plugin. It’s typically how I query the bubble database.

@jason.h
I too have the same requirement
I used this plugin Fuzzy Search & Autocomplete Plugin for Bubble | Zeroqode
& i’ve been able to achieve it

I have tried that plugin but it takes too long to load. I just need the search box to return the value that it typed in when the exact match is found. I am not sure why it is returning “close” values and not the exact value.