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
Another patch format would be interesting to generate diffs that are compatible with mongo update operators. Patches have some limitations here, as several operations on the same array are not supported in all cases. The algorithm for this would be somewhere in-between LCS based and simple diffs as implemented for JsonPatch
The text was updated successfully, but these errors were encountered:
See: https://www.mongodb.com/docs/manual/reference/operator/update/#std-label-update-operators
Another patch format would be interesting to generate diffs that are compatible with mongo update operators. Patches have some limitations here, as several operations on the same array are not supported in all cases. The algorithm for this would be somewhere in-between LCS based and simple diffs as implemented for
JsonPatch
The text was updated successfully, but these errors were encountered: