Facets 3-style build
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3556011. --> Reported by: [joachim](https://www.drupal.org/user/107701) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Finders works with Facets 3, but it's doing so by creating Facet config entities in the style of Facets 2.</p> <p>With Facets 3, you can define facet behaviour inside the view as exposed filters, and then Facets module derives Facet config entities on the fly (IIRC).</p> <p>Do we want to switch to doing this? And at what point do we do this, since it would probably mean dropping support for Facets 2 (maintaining finders that create EITHER a facet config entities, OR put facets into the view's filters would be a nightmare, the automatic config creation is complex enough!).</p> <p>Do we know what the Facets roadmap is -- are they planning on dropping facet config entities at some point?</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