We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e4eed commit 0e11015Copy full SHA for 0e11015
CatalogDataExporter/Model/Query/ProductMetadataQuery.php
@@ -91,7 +91,7 @@ public function getQuery(array $arguments): Select
91
'required' => 'eav.is_required',
92
'unique' => 'eav.is_unique',
93
'global' => 'cea.is_global',
94
- 'visible' => 'cea.is_visible',
+ 'visible' => 'cea.is_visible_on_front',
95
'searchable' => 'cea.is_searchable',
96
'filterable' => 'cea.is_filterable',
97
'visibleInCompareList' => 'cea.is_comparable',
0 commit comments