There are two types of notes in DISCO: document notes and privilege notes.
Document notes
Document notes act like a digital sticky note on a document. When saved, document notes are searchable and only viewable by those with access to the database.
To search the content of a document note, use
documentnotes("your search term")To find all documents with a document note, use
hasdocumentnote(true)
Privilege notes
Privilege notes capture privilege-related information about a document.
To find documents with at least one privilege tag, use
hasprivilege(true)
Adding a note
In the document viewer, expand the Notes section in the left panel. Click Show empty notes if the text boxes are not visible.
In either the Document Note or Privilege Note text box, enter the text of your note. Notes save automatically.