2

I wanted to add custom search option with following fields , search text,brand name (combo box) attribute and search button.On click of search button need to display search results.Need help on how to do this.

1 Answers1

1

You can extend magento's default advance search which accessed under http://your-store.com/catalogsearch/advanced/

Secondly, if having time and interest, you can use elasticsearch for better and fast results + autosuggest with easy filtering.

Mihir Bhende
  • 8,677
  • 1
  • 30
  • 37