docs: Update documentation on compliance exports.

This commit is contained in:
Alex Vandiver 2023-05-11 18:28:24 +00:00 committed by Tim Abbott
parent 5931787f11
commit 857f79161f
1 changed files with 4 additions and 4 deletions

View File

@ -446,7 +446,7 @@ performing selective data exports. This can be done with the
following parameters when exporting messages:
- Search keywords in the message text.
- Message sender.
- Message sender or recipient.
- Time range for when messages were sent.
For example, to search for messages containing the word "wonderland"
@ -460,9 +460,9 @@ $ /home/zulip/deployments/current/manage.py export_search --output compliance-ex
wonderland
```
The results are written to a JSON file. The contents of previous
versions of edited messages are not searched, nor are deleted
messages.
The results are written to a JSON or CSV file. The contents of previous versions
of edited messages are not searched, nor are deleted messages. Attachments
associated with the resulting messages can optionally also be exported.
See `/home/zulip/deployments/current/manage.py export_search --help`
for more details on supported options.