Django application providing a user-interface for building a file and metadata management system. Operates in conjunction with https://github.com/usgin/metadata-server
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.
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.