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 observed that when we are trying to save a document using kmongo methods, field "isClosed" is ignored if it is of type String.
However same field name with Boolean data type works.
Also, if document contains an additional field with name "closed" and type String along with "isClosed", it doesn't save "closed" and rather saves "isClosed".
We have a use case where we need to persist isClosed field name but facing issue.
Is this something which is expected or isClosed as string is some keyword ?
The text was updated successfully, but these errors were encountered:
Hi Team,
I have observed that when we are trying to save a document using kmongo methods, field "isClosed" is ignored if it is of type String.
However same field name with Boolean data type works.
Also, if document contains an additional field with name "closed" and type String along with "isClosed", it doesn't save "closed" and rather saves "isClosed".
We have a use case where we need to persist isClosed field name but facing issue.
Is this something which is expected or isClosed as string is some keyword ?
The text was updated successfully, but these errors were encountered: