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
Is it possible to maintain DocumentDB compatibility?
The advantages of maintaining the compatibility would be that for all users running the explorer on aws can easily use the hosted mongo service by aws (i.e. DocumentDB) making it easier to get started with the project.
The text was updated successfully, but these errors were encountered:
Hello team, I have been running the backend in aws with DocumentDB & it worked great till now.
But with the latest merge 4f66828 it doesn't work anymore because DocumentDB doesn't support
cursor.collation
as documented hereThe
cursor.collation
call is made from the function getTopRecordsIs it possible to maintain DocumentDB compatibility?
The advantages of maintaining the compatibility would be that for all users running the explorer on aws can easily use the hosted mongo service by aws (i.e. DocumentDB) making it easier to get started with the project.
The text was updated successfully, but these errors were encountered: