After deleting the database without refresh, queries on multiEntry indexes will return duplicated objects. #2002
Unanswered
laukaichung
asked this question in
Q&A
Replies: 1 comment
-
I found that I have to use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
When I delete the database without refreshing the page, any queries on multiEntry indexes will return duplicate objects. However, duplicated results go away after refreshing the page. I read that it is advisable to use
distinct()
in queries on multiEntry indexes. but do you find anything wrong with my delete function that causes it?db.config:
Screencaps:
https://imgur.com/ox7oqJI
https://imgur.com/dA3nTBP
Beta Was this translation helpful? Give feedback.
All reactions