From my testing, it appears that Live Queries only actually update if the main table being queried from are updated. Is this correct? So if I
useLiveQuery
useLiveQuery
with a large relational query that loads a bunch of nested stuff, if any of that nested stuff is updated, I won't get notified. Only if the top level table changes.
I'd love to know a little bit more detail about how this all works so that I can better understand in what situations the change listener fires. Is this documented anywhere?