I use supabase so i’m not sure the name of the exact options, but you’d use debounce on your search input and do a call to your backend on change that filters something like the 10 closest results that match what your user inputs.
1 Like