Skip to content

Instantly share code, notes, and snippets.

@bka
Created August 30, 2016 09:27
Show Gist options
  • Save bka/4d5ace8ab501d353115b2f67fb9280e5 to your computer and use it in GitHub Desktop.
Save bka/4d5ace8ab501d353115b2f67fb9280e5 to your computer and use it in GitHub Desktop.
Attribute Filterable in Search
$productAttributeRepository = $this->objectManager->get('\Magento\Catalog\Model\Product\Attribute\Repository');
$attr = $productAttributeRepository->get('color');
$attr->setIsFilterableInSearch('0');
$attr->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment