Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using openDBChannel with where clause does not pick up newly added/removed documents matching where condition #349

Open
mgunn0103 opened this issue Jul 31, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@mgunn0103
Copy link

After using openDBChannel with a where clause, I tried adding new documents and removing existing documents matching the condition in the where clause. The state is not updated in either case. Removing the where clause allows things to work as expected.,

@mesqueeb mesqueeb added the help wanted Extra attention is needed label Aug 7, 2020
@xariusdesai
Copy link

Did this get resolved at all?

I think I have a somewhat related issue to this, I use openDBChannel with a where clause on one component, then I closeDBChannel in the beforeDestroy hook. On another component when mounting I use openDBChannel without a where clause, but it doesn't pull through the rest of the documents, only the ones from the previous where clause?

Any ideas as to why that might be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants