ui.modern.remove-internal-extra-searches

Background

This option can be used to stop the modern UI from removing internal extra searches it may create (e.g. facted navigation extra searches) from the main search’s search transaction. These internal extra searches are removed because it can make the search transaction large. It is sometimes useful to be able to view these internal searches for debugging.

Setting the key

Set this configuration key in the results page (preferred) or search package configuration.

Use the configuration key editor to add or edit the ui.modern.remove-internal-extra-searches key, and set the value. This can be set to any valid Boolean value.

Default value

ui.modern.remove-internal-extra-searches=true

By default internal extra searches are removed.

Examples

ui.modern.remove-internal-extra-searches=false

Causes the modern UI to leave internal extra searches in the main search transaction.