acquia / acquia_cms

Low or no-code site building for Drupal within the Acquia Platform.
GNU General Public License v2.0
29 stars 35 forks source link

ACMS-4015: The Acquia CMS Search module is causing fatal error on Drupal Core 10.3.x #1825

Closed chandan-singh7929 closed 2 months ago

chandan-singh7929 commented 3 months ago

Motivation

Fixes #ACMS-4015 Allow facets to bypass the creation mentioned here with core:10.3 as well and will update all factes configurations later

// Register newly created facet within its source, for the caching.
      if (($source = $this->getFacetSource()) && $source->getCacheMaxAge() !== 0) {
        $source->registerFacet($this);
      }

Proposed changes

Alternatives considered

Testing steps

Merge requirements