You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
Chris Park edited this page Nov 12, 2017
·
8 revisions
If you want to display extra fields (created from diskover plugins) from ES in the search results table, edit EXTRA_FIELDS in diskover-web config in src/diskover/Constants.php:
// additional custom ES fields to display in search results
const EXTRA_FIELDS = ""; // ['md5_checksum' => 'MD5 Checksum']