- Issue created by @mlncn
- πΊπΈUnited States mlncn Minneapolis, MN, USA
I think the problem here is that Entity Reference Facet Link is not compatible with Facets 3.0.x and the new recommended way to do Facets filters with Views at all:
New in Facets 3: For new sites it is recommended to use the "Facets Exposed Filters" submodule for Facets on Views. This module uses native Views filters instead, which has many advantages.
Click here for documentation on how to use this new workflow.What it was picking up is the old-style facets i still had which are not needed nor used with Views now.
Opened a support/documentation issue in Facets looking for guidance, π¬ Upgrading Facets ecosystem module to Facets 3 Active
- πΊπΈUnited States dcam
That's not good. Thank you for reporting it.
I don't have any projects using Facets 3 yet. I'll have to set something up from scratch.
I have a bad feeling that this will force a complete rewrite of ERFL.
- πΊπΈUnited States dcam
Uh, yeah. This is a problem. Don't expect a quick fix. It's going to require something completely new to be developed. TBH, there's probably an argument that it should be done as a separate module.
I'm going to update the project page to note that it's incompatible.
- πΊπΈUnited States dcam
You might see if https://www.drupal.org/project/entity_ref_filtering_link β works for you.
- π§πͺBelgium StryKaizer Belgium
I'm not using this module myself.
Let me know if this module has any advantages which entity_ref_filtering_link does not have, so I can help out supporting them.
I will probably contribute them to entity_ref_filtering_link though, as I want people to use modules focusing on the entire views ecosystem, not facets specific.Facets used to do too much (widget handling, url handling, summary handling, ajax handling, ....)
Since 3.x exposed filters, this all moved to views, which has a lot of advantages.
Everything works for every filter, not just facets filters.
Ajax works, Site builder ux improved, ...This module might become obsolete by that reasoning. (As facets_summary and some others did too).
- πΊπΈUnited States dcam
This module might become obsolete by that reasoning.
I think that's a very real possibility.