Problem/Motivation
Error update
Steps to reproduce
11.3.11
PHP 8.3.28
composer update \
drupal/core-recommended \
drupal/core-composer-scaffold \
drupal/core-project-message \
drupal/core-recipe-unpack \
drupal/diff \
--with-dependencies
Proposed resolution
Workaround: Enable the "search_node" module.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| Captura de pantalla 2026-07-01 125638.png | 90.73 KB | dieguini |
Comments
Comment #2
cilefen commentedWhat was the output of the
composer updatecommand?Comment #3
cilefen commentedDid you run a cache rebuild and database update?
Comment #4
andeersg commentedI had the same error on a site that went from 11.3 to 11.4 and I had to enable the "search_node" module. Then everything worked.
Edit: In my case I believe I forgot to export config after updating locally.
Comment #5
cilefen commentedComment #6
andeersg commentedI took another look at it.
Comment #7
quietone commentedThe error message in the screenshot uploaded by @dieguini is about the node_search plugin. I put the workaround in the issue summary.
I am closing this as a duplicate of the this issue that is fixing this. #3608912: Move search updates back to search module and fix missing plugin errors