Customise the content auditor search results columns

Managed by | Updated .

Background

The search results screen in content auditor lists out all the documents that match the search query and different filters applied on the various screens in content auditor.

The columns displayed for each result can be customised to report on additional metadata.

Customisation of the search results report does not require an update of the collection, unless the metadata fields are not currently mapped.

Add custom metadata columns to the content auditor search results

  1. Log in to the administration interface, switch to the desired collection and open the file manager.
  2. Edit the collection.cfg and add the following lines. This will remove the format and subjects columns and add columns that display the author and tags metadata field content.

    ui.modern.content-auditor.display-metadata.f=
    ui.modern.content-auditor.display-metadata.s=
    ui.modern.content-auditor.display-metadata.authors=Author
    ui.modern.content-auditor.display-metadata.tags=Tags
    
  3. Return to the content auditor search results and observe that the changes are now reflected in the report.

Was this artcle helpful?