You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that query.flow() is a shortcut for query.subscribe().toFlow(). And for subscribe() the observer will receive new results on any changes to the Box of the Entity this queries, regardless of the conditions of the query. This is because the QueryPublisher used for the subscription observes changes by using BoxStore.subscribe(Class) on the Box this queries.
To customize this or for advanced use cases, consider using BoxStore.subscribe(Class<T> forClass) directly.
I'll keep this open until I have updated the API documentation for this.
Note that query.flow() is a shortcut for query.subscribe().toFlow(). And for subscribe() the observer will receive new results on any changes to the Box of the Entity this queries, regardless of the conditions of the query. This is because the QueryPublisher used for the subscription observes changes by using BoxStore.subscribe(Class) on the Box this queries.
To customize this or for advanced use cases, consider using BoxStore.subscribe(Class) directly.
I'll keep this open until I have updated the API documentation for this.
Is there an existing issue?
Build info
Steps to reproduce
Even if an instance with id that is not in compositeIdArray is changed, observeRepeaterInputUiListByStatusAndCompositeIdArray() emits again.
Expected behavior
I hope that don't emit irrelevant items.
Actual behavior
Code
Code
Logs, stack traces
Logs
[Paste your logs here]
The text was updated successfully, but these errors were encountered: