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
{{ message }}
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
Here is a document : {_id:..., ..., content: [{uuid:'...' , content}, ......]}
The method newLine add a new dictionary with parameters specified at the right index in content knowing the uuid of the element that precede it
Right now newLine query the index of the previous line and then insert it after the index found.
The goal is to find a way to do this in one operation, and then rewrite applyRequests with bulk write.
So my question is it possible?
The text was updated successfully, but these errors were encountered:
CodeWe/src/db/MongoDB.js
Line 112 in 9ffac65
Here is a document :
{_id:..., ..., content: [{uuid:'...' , content}, ......]}
The method
newLine
add a new dictionary with parameters specified at the right index in content knowing the uuid of the element that precede itRight now
newLine
query the index of the previous line and then insert it after the index found.The goal is to find a way to do this in one operation, and then rewrite applyRequests with bulk write.
So my question is it possible?
The text was updated successfully, but these errors were encountered: