File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/code/Magento/LayeredNavigation Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ class AdjustAttributeSearchable
21
21
*/
22
22
public function afterConvertPresentationDataToInputType (Presentation $ subject , array $ result ): array
23
23
{
24
- if (
25
- isset ($ result ['is_filterable_in_search ' ]) &&
24
+ if (isset ($ result ['is_filterable_in_search ' ]) &&
26
25
$ result ['is_filterable_in_search ' ] == '1 ' &&
27
26
$ result ['is_searchable ' ] == '0 '
28
27
) {
Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
- <config >
8
+ <config xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : noNamespaceSchemaLocation = " urn:magento:framework:ObjectManager/etc/config.xsd " >
9
9
<type name =" Magento\Catalog\Model\Product\Attribute\Frontend\Inputtype\Presentation" >
10
10
<plugin name =" adjust_searchable_attribute_values" type =" Magento\LayeredNavigation\Plugin\Save\AdjustAttributeSearchable" sortOrder =" 1" disabled =" false" />
11
11
</type >
You can’t perform that action at this time.
0 commit comments