Disable keywords collection from headers as body index enabled

This commit is contained in:
yggverse 2024-03-21 03:46:58 +02:00
parent 1f3ee435e9
commit 900e3a453f

View File

@ -314,6 +314,8 @@ foreach($index->search('')
} }
// Get keywords from headers // Get keywords from headers
/* Disable keywords collection from headers as body index enabled
foreach ($crawler->filter('h1,h2,h3,h4,h5,h6')->each(function($node) { foreach ($crawler->filter('h1,h2,h3,h4,h5,h6')->each(function($node) {
return $node->text(); return $node->text();
@ -346,6 +348,7 @@ foreach($index->search('')
} }
} }
} }
*/
// Keep keywords unique // Keep keywords unique
$keywords = array_unique( $keywords = array_unique(