Add chunker checker to AI Search
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3479229. --> Reported by: [scott_euser](https://www.drupal.org/user/3267594) Related to !154 !148 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>It would be great to be able to immediately check how an entity will get chunked including it's text and contextual data and what filterable attributes will be added. </p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>N/A</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Provide a form that let's you select an entity type + Autocomplete on label to see the output chunked main content + contextual content + Filterable attributes. </p> <p>Store last checked item in key value store for easy recheck</p> <p>Run through entity access() just in case</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>MR</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>New way to quickly check</p> <h3 id="summary-api-changes">API changes</h3> <p>N/A</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>N/A</p>
issue