This commit is contained in:
team 1
2026-05-10 08:24:34 +02:00
parent 7d9a3b2f29
commit 7e96af5f1d
4 changed files with 95 additions and 1 deletions

View File

@@ -1256,6 +1256,18 @@ final class AgentRunnerConfig
);
}
/**
* @return string[]
*/
public function getDirectShopResultProductIdentityTerms(): array
{
return array_values(array_unique(array_merge(
$this->getShopQueryProductAttributeCleanupProductTypeTerms(),
$this->genreStringList('product_roles.accessory_product_terms.terms'),
$this->genreStringList('product_roles.requested_accessory_code_terms.terms')
)));
}
/**
* @return string[]
*/