Hi, I’m new to Dgraph and getting these issues for a couple of days, so I decided to put it here.
I have an array of titles: [string] that contains a list of titles.
I had appended a title title1 inside the titles array and after that, I deleted the same value title1 from the titles array, and when I tried to put the deleted title1 back into the array again then the title1 wasn’t there in the array or not showing up in the list.
Don’t know the cause here because there was no error during the update of the array.
The strange thing which I noticed was when I removed another title title2 from the titles array then the title1 which was not showing up before comes in the titles list again
I have tested the same case on ratel UI and over there I didn’t find these issues. So I think it’s only occurring when the request is made via the client.
I’m using Dgraph Go client v2.2.0 here, Has anyone seen such an issue?