usgin / metadata-repository

Django application providing a user-interface for building a file and metadata management system. Operates in conjunction with https://github.com/usgin/metadata-server
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Couch: Deleted Records Showing in views #50

Closed lmusil closed 10 years ago

lmusil commented 10 years ago

Now when using the records db for couch, it shows ~56,000. At this time there are only ~6,000 records in the repository that are published and relevant. The couchdb for records is no longer filtering unpublished or deleted records. It is as if all deleted records are now back and living within the records db. Views in couch outside of the published-filter view are returning the ~56,000. We only want to search on the ~6,000 relevant records, deleted records should not live in the records db.