Active
Project:
Facets
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2026 at 14:00 UTC
Updated:
20 May 2026 at 14:00 UTC
Jump to comment: Most recent
The use of drupal_static() in facets_exposed_filters_get_processed_facet() means that persistent servers won't work.
It also means that using Kernel tests with facets (see https://www.drupal.org/node/3502609) won't work unless tests reset the static cache, which is tricky to debug and figure out.
Comments