Consider implementing \Drupal\search_api\Backend\BackendSpecificInterface
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3539032. --> Reported by: [kim.pepper](https://www.drupal.org/user/370574) Related to !812 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Most of the methods on <code>\Drupal\ai_search\Plugin\search_api\backend\SearchApiAiSearchBackend</code> are similar to <code>\Drupal\search_api\Backend\BackendSpecificInterface</code>.</p> <p>We should consider implementing the interface.</p> <h4 id="summary-steps-reproduce">Steps to reproduce (required for bugs, but not feature requests)</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Make <code>\Drupal\ai_search\Plugin\search_api\backend\SearchApiAiSearchBackend</code> implement <code>\Drupal\search_api\Backend\BackendSpecificInterface</code>.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3>Optional: Other details as applicable (e.g., User interface changes, API changes, Data model changes)</h3>
issue