- Issue created by @pcambra
- πΊπΈUnited States bburg Washington D.C.
Right now, we use a very early event listener, and try to minimize database reads to deal with the performance issue if these faceted pages being bombarded with requests. So I'll have to think about what can be done here. We could certainly look for the SSESS cookie, allow a bypass of the initial block, and do another proper role/permission check once Drupal is more bootstrapped. I'm definitely open to this feature.
- πΊπΈUnited States bburg Washington D.C.
I just made a push to the 1.0.x branch that adds a permission to bypass the block altogether. We can look at separate values per role in the future.
- πΊπΈUnited States mlncn Minneapolis, MN, USA
People can assign that permission to whatever role they want, so i think this fulfills the initial request. (I would even say that doing things with a role setting directly rather than through permissions is an anti-pattern.)
And this would seem to fulfill this feature request to Facets: β¨ Permissions-based limit on the number of facets a user can select Active
Really exciting!