-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACMS-1972: Fixing new search index field on field settings and storage page. #1642
Conversation
c41051b
to
1bfcf98
Compare
1bfcf98
to
1acd6f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good to me, there's minor suggestions, please check.
modules/acquia_cms_common/tests/src/ExistingSite/ContentTypeListTestBase.php
Show resolved
Hide resolved
@@ -145,6 +145,7 @@ protected function createSampleContent(string $node_type) { | |||
]); | |||
} | |||
$this->drupalPlaceBlock('facet_block:search_category', ['region' => 'content']); | |||
\Drupal::getContainer()->get('search_api.post_request_indexing')->destruct(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use $this->container->get('search_api.post_request_indexing')->destruct();
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
d573d0f
into
feature/acms-search-improvement
Motivation
Fixes ACMS-1972
Proposed changes
Field storage and settings page throws error with new core improvement patches.