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'm wondering why adding new index with the same id does not replace previous index. I found out that entry with the same id is appended to list and then when using get it returns first entry that was inserted instead of last.
Hello,
I'm wondering why adding new index with the same id does not replace previous index. I found out that entry with the same id is appended to list and then when using
get
it returns first entry that was inserted instead of last.For example following test fails:
The text was updated successfully, but these errors were encountered: