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
A probably not too difficult to implement feature which repeatedly comes into my mind:
When saving a document (after double-clicking it in the collection view) after making changes, closing the editing window and reopening it, it still shows the old document (which is logical, because it doesn't run the whole query again).
Still, this is confusing when you want to check which document you just updated etc. and MongoHub should display the updated document.
I think this could be implemented by querying only the document that was changed (by its _id) and then update the "internal" query cache of MongoHub so the next time the user opens the edit window, he will see the previously updated document.
The text was updated successfully, but these errors were encountered:
A probably not too difficult to implement feature which repeatedly comes into my mind:
When saving a document (after double-clicking it in the collection view) after making changes, closing the editing window and reopening it, it still shows the old document (which is logical, because it doesn't run the whole query again).
Still, this is confusing when you want to check which document you just updated etc. and MongoHub should display the updated document.
I think this could be implemented by querying only the document that was changed (by its _id) and then update the "internal" query cache of MongoHub so the next time the user opens the edit window, he will see the previously updated document.
The text was updated successfully, but these errors were encountered: