advanced-search

Default Scope on Sharepoint Advanced Search

Is there any way to automatically select a specific scope on Sharepoint advanced search interface without having to select the search box via Javascript? I found this hint, but I couldn't find the XML file he's talking about anywhere. ...

advanced search with configurable product in Magento

Hi, I have a clothing e-commerce website. I created color and size attributes and used them with configurable products. The configurable products have at least two associated products and those associated products have color and size options. When I use advanced search to search items with a specified size attribute, nothing shows up o...

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 store to support searches for all of the following data; $attributeSelections=array( array('size' => 44, 'color' => 67, 'manufacturer' => 17), array('size' => 43, 'color' => 69, 'manufacturer' ...