private string
$enSearchConfigId;
private string
$deSearchConfigId;
protected function setUp(): void
{ $this->productRepository =
$this->
getContainer()->
get('product.repository'
);
$this->productSearchConfigRepository =
$this->
getContainer()->
get('product_search_config.repository'
);
$this->connection =
$this->
getContainer()->
get(Connection::
class);
$this->context = Context::
createDefaultContext();
$this->ids =
new TestDataCollection();
$this->
createDataTest();
} public function testCustomFields(): void
{ $config =
[ [ 'field' => 'customFields.field1',
'tokenize' => true,
'ranking' => 100,
],
[