Live updates should behave differently when filtering results
fjarrett opened this issue · 0 comments
fjarrett commented
Live updates is a cool feature that brings new records into view using the Heartbeat API.
However, these live updates do not respect filtered results. So when you are filtering results using the dropdown menus or search, live updates can come rolling in and skew the results.
To fix this, we should do one of the following:
- Only allow live updates to run when the screen is using the default main query.
- Filter live updates so they respect the query being used at the time.
In the short term, this problem can be avoided by simply turning live updates off.
See this forum post for more details.