DocManager
DocManager copied to clipboard
Universal backend for indexing, storing, and querying documents.
Currently, changing the title of a document or other field used in the ID on pre-publication archive may result in creation of a second document on the public instance. The...
Ensure that- 1. The language for the index is saved with the project spec 2. This language is actually set as the index language Probably there also needs to be...
Add the default values for fields that should be searched for each document type by default to the dataspec.
This is a major upgrade because document types were removed (and these are used heavily within TT). Most likely the document types should be separate indexes or in the same...
Currently there are duplicate copies of dataspecs to match what the publication step generates. Deduplicate these.
Remove the instance-specific dataspecs from the DM repository and move them to another repository with instructions on how to use them. These will probably still be used from time to...
Deleting a document should also delete the file as long as it isn't associated with any other documents too (check for this). This behavior may need to be changed depending...
Add the query needed for this issue: https://github.com/TransparencyToolkit/ArchiveAdministrator/issues/1
Properly update the modified field when documents updated after being added.
Track documents that have been deleted (maybe by hash?) so that they can also be removed on public instance.