@bhogue do you by chance not have facets_summary engaged? We do and successfully updated today.
Drupal 10.3.6
Search API: 8.x-1.35
Facets 2.0.9
The recent update to 2.0.9 caused a composer build error with #254 π Facets with AJAX not working in most of situations Needs review . Patch #251 π Facets with AJAX not working in most of situations Needs review worked
following
michalsen β created an issue.
Why are these two "uses" included?
use Drupal\search_api\Query\QueryInterface as SapiQueryInterface;
use Solarium\Core\Query\QueryInterface as SolariumQueryInterface;
They are not required in the example code. If they are there for expanding the usage of the Event, should there be some sample code to show this?
Thank you