How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Do reactive searches recalculate across all active user sessions?

calendar_today August 21, 2026 person @georgecollier George @ Not Quite Unicorns domain bubbles

jmfcristo: Does Bubble re-evaluate the reactive searches in all active sessions , even if the change does not belong to the user of those sessions? Only if the results would be different If you have a search for Invoices where User = current user then an update to the Invoices table that adds a new user won’t refresh that user’s search, but a record that does match that constraint will. I believe it’s managed by a reversed search (see ‘percolator’ if you want to read more about how it works) So the client subscribes to the query, and Bubble’s websocket notifier will notify when the result set

open_in_new Read original post