ui.modern.session.search_history.metadata
Controls what metadata should be stored and returned by search sessions click history.
Key: ui.modern.session.search_history.metadata
Type: List<String>
Can be set in: profile.cfg, collection.cfg
Description
This option defines a comma separated list of metadata classes or regex patterns
to be supplied to the padre-sw -SF=
option, which define the metadata classes
to be stored when a user clicks on a result. The metadata stored is
for the result the user clicks on. The metadata is only stored if search sessions
are enabled.
Examples
ui.modern.session.search_history.metadata=t,a
Causes the modern UI to store the metadata in metadata classes t
and
a
when a user clicks on a result when search sessions are enabled.