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
I have searched existing issues to ensure the issue has not already been raised
Issue
In 7.4, we made it so that doc.id = 'foo' is equivalent to doc._id = 'foo'. However, this has caused some trouble, like #13732, #13762, and some other issues. Perhaps we remove this change for 8.0?
The text was updated successfully, but these errors were encountered:
Prerequisites
Issue
In 7.4, we made it so that
doc.id = 'foo'
is equivalent todoc._id = 'foo'
. However, this has caused some trouble, like #13732, #13762, and some other issues. Perhaps we remove this change for 8.0?The text was updated successfully, but these errors were encountered: