feat(autotag) skip embedding auto tags stats section
This commit is contained in:
parent
304d3ebd31
commit
20b0331068
@ -239,7 +239,7 @@ function apply_auto_tags(array $data, ConfigManager $conf): array
|
||||
$tagScores = calculate_tags($keywordsToTags, $searchContents);
|
||||
|
||||
// Append tag stats to the description
|
||||
$data = append_tag_stats($data, $tagScores);
|
||||
//$data = append_tag_stats($data, $tagScores);
|
||||
|
||||
// Filter and limit tags
|
||||
$tagsToAdd = filter_and_limit_tags($tagScores);
|
||||
|
Loading…
x
Reference in New Issue
Block a user