Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleted things still available in search #526

Closed
ffendt opened this issue Oct 22, 2019 · 0 comments · Fixed by #530
Closed

Deleted things still available in search #526

ffendt opened this issue Oct 22, 2019 · 0 comments · Fixed by #530
Milestone

Comments

@ffendt
Copy link
Contributor

ffendt commented Oct 22, 2019

There is a problem in the search API which causes inconsistencies in cursors of the search. The search finds deleted things in its search index but doesn't get back the things from the things service since they are deleted.
This happens because a feature of mongodb is used which lets mongodb choose when to delete documents. We should skip documents that are marked as deleted in the search to avoid those inconsistencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants