Top "Advanced-search" questions

The advanced search is a search using specific parameters which allows to receive results that are more accurate (than the simple search)

How can I reset addAttributeToFilter in Magento searches

I'm having problems getting the addAttributeToFilter function within a loop to behave in Magento. I have test data in my …

php magento loops advanced-search
Magento: Layered Navigation on Advanced Search Results

I need to show the layered navigation filters on the Magento advanced search results page, just like it does on …

magento search filter catalog advanced-search
MySQL Select Column if Not Null only

I have this mysql code: SELECT firstname, lastname, age, gender from persons WHERE id = 1; Display: > firstname: Marlon > > …

mysql advanced-search