Hi Tomas,
Currently we do not have this capability in the UI.
We will certainly add it to our backlog.
I can offer you a workaround in case the customer is interested in deleting all the archive entries.
- Backup the following folders
- $RTDIR/smartview/exported_files
This folder contains all the exported documents
- $RTDIR/smartview/db
This folder contains the archive history for each user
- $RTDIR/scripts/stopSmartView
- rm -r $RTDIR/smartview/exported_files
- find $RTDIR/smartview/db -name archive.xml | xargs rm
- $RTDIR/scripts/startSmartView
Let me know if this workaround is acceptable and if it works as expected.
Thanks,
Nadav Bueno