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

use deleted: false instead of $ne: true #159

Merged
merged 1 commit into from
Nov 7, 2019

Conversation

dalehille
Copy link
Contributor

@dalehille dalehille commented Nov 4, 2019

It looks like the { $ne: true } was not working but just using deleted: false works since items in the resources collection will have deleted set to true or false when posting to the razeedash api

fixes #158

It looks like the { $ne: true } was not working but just using `deleted: false` works since items in the resources collection will have `deleted` set to true or false when posting to the razeedash api
@dalehille dalehille merged commit c417bf3 into master Nov 7, 2019
@dalehille dalehille deleted the 158_dont_show_deleted_resources branch November 7, 2019 15:38
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 this pull request may close these issues.

Resources view shows deleted resources
3 participants