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
When we try to apply document filter on a document which does not have indexes.
It directly throws error and the extension crashes afterwards.
When we try to remove a collection with document filter and then try to create a collection, application crashes
Another test case which we should test but due to crash I could not test is
When we create a document filter on a collection say x and we remove it and we again create that collection x, it should not have that document filter i.e. filter should be removed from the memory.
The text was updated successfully, but these errors were encountered:
When we try to apply document filter on a document which does not have indexes.
It directly throws error and the extension crashes afterwards.
When we try to remove a collection with document filter and then try to create a collection, application crashes
Another test case which we should test but due to crash I could not test is
When we create a document filter on a collection say x and we remove it and we again create that collection x, it should not have that document filter i.e. filter should be removed from the memory.
The text was updated successfully, but these errors were encountered: