Core services individual pages not helpful and jumping to the top result in searches
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3446337. -->
Reported by: [fjgarlin](https://www.drupal.org/user/2495842)
Related to !54
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When searching for <code>FileSystemInterface</code> in 11.x branch, the result doesn't look right. I get a page for the <code>@file_system service</code> in <code>core.services.yml</code>. The class providing this service implements the interface, but I'd expect a page listing all the constants and methods in the interface.</p>
<p><img src="https://www.drupal.org/files/issues/2024-05-06/Screenshot%202024-05-06%20at%2006.25.58.png" alt="results"></p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>The individual detail page for the interface is actually not very helpful, so maybe we can even get rid of it, which will also solve the search issue.</p>
<p>If we keep it, maybe we should keep it out of the search results.</p>
> Related issue: [Issue #3342815](https://www.drupal.org/node/3342815)
> Related issue: [Issue #3464159](https://www.drupal.org/node/3464159)
issue