Skip to content
Snippets Groups Projects
Commit 0b0b4029 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #710406 by jhodgdon: node_search_execute() should no longer try to...

- Patch #710406 by jhodgdon: node_search_execute() should no longer try to call taxonomy_node_update_index() because it no longer exists.
parent 2f0358b6
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -1599,8 +1599,6 @@ function node_search_execute($keys = NULL) {
// Fetch comments for snippet.
$node->rendered .= ' ' . module_invoke('comment', 'node_update_index', $node);
// Fetch terms for snippet.
$node->rendered .= ' ' . module_invoke('taxonomy', 'node_update_index', $node);
$extra = module_invoke_all('node_search_result', $node);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment