Group Search Results

You may want to hide the group search results that are bucketed under a root page, as shown below for BBC.

Group Search Results

Removing the grouped search results returns the following.

Group Search Removed

To do so you can apply the following custom CSS in your Appearance settings.

.sr-group.__dl {
  display: none;
}