enable views exposed form block and place it
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3590685. --> Reported by: [joachim](https://www.drupal.org/user/107701) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The Channel search block uses workarounds because Views embed displays don't allow an exposed form block.</p> <p>But actually, with very little code, embed displays CAN allow an exposed form block -- see <a href="https://www.drupal.org/project/views_extra_exposed_form_blocks">https://www.drupal.org/project/views_extra_exposed_form_blocks</a>.</p> <p>Using standard Views stuff would mean we can use things that extend Views blocks -- e.g. see <span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/finders/-/work_items/3590682" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/finders/-/work_items/3590682</a></span>.</p> <p>We'd keep the Channel search block to show on entry entities -- see <span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/finders/-/work_items/3589779" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/finders/-/work_items/3589779</a></span>.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue