SearchApiBackend should allow retrieval of Vector Database Plugin
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3550517. --> Reported by: [scott_euser](https://www.drupal.org/user/3267594) Related to !966 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The query already allows retrieval of the Index, it makes sense to allow retrieval of getVectorDb(), e.g. to allow implementing modules such as reranking plugins or similarity tools to see what the VDB supports.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Change private to public on SearchApiAiSearchBackend::getVectorDb()</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>MR</p> <h3>Optional: Other details as applicable (e.g., User interface changes, API changes, Data model changes)</h3> <p>Breaking change for 2.0.x</p>
issue