Hello @phil1,
Thank you for reaching out.
In Bubble, Fuzzy Search and Search & Autocorrect don’t directly query external APIs (including Supabase). To use them, you’d typically fetch your Locations from Supabase first (e.g., on page load), then keep that list in Bubble (for example in a custom state, a repeating group, or your Bubble database). After that, you can run client-side searching/filtering over that in Bubble and use whichever UI element you prefer, as well as any plugin that has searching functionality.
That said, you can also implement “search” on the Supabase side using the Supabase Pro Kit itself:
- A simple way is to use Fetch with Filters / Advanced filters (e.g.,
like/ilike, or, etc.) so Supabase returns only matching rows.
- For more advanced searching you can create a Postgres function (RPC) in Supabase and execute it via the plugin’s RPC action (or use an Edge Function if needed).
Let me know if you have any further questions.
Best regards,
Egor Smorodinov,
Support Team
Browse all Zeroqode Plugins for bubble
