Magento 1.9 Attributes – Difference Between Filterable with Result and Filterable with No Result in Magento Attributes

attributesindexinglayered-navigationmagento-1.9

Basically why magento uses filterable with result and filterable with no result in magento attribute.
What is the benefit of that attribute if that is Filterable with no result.
Basically, I created more attributes in magento and all are filterable with result.
Now I want to do some changes in my attributes Because its not indexing properly.
I created 300 attributes in magento.Now i need to change this because on flat product its, not indexing.

Best Answer

use for layered navigation. Filterable (with results) means that links will only appear for values where the number of results (the number in parentheses next to each value) is greater than zero. Filterable (no results) means that links will appear for all values, whether the number of results is zero or greater.