Retrieve a list of all is_visible_in_advanced_search
filter product attribute list in Magento 2.
This article returns all those product attributes which are used in the advanced search result page.
To get a list of attributes, We need to use CollectionFactory Object from the Catalog Module.
Magento\Catalog\Model\ResourceModel\Product\Attribute\CollectionFactory
Continue reading “How to fetch is_visible_in_advanced_search filter attribute list Magento 2?”