cancel
Showing results for 
Search instead for 
Did you mean: 

How can I have a mini form search by only one attribute?

How can I have a mini form search by only one attribute?

I have created a manufacturer cms page. On that page I have a search box. I would like to have that search only search for the manufacturer. Manufacturer is set as an attribute. Any suggestions? Below is what my current form looks like. I was hoping I could just tack on the manufacturer attribute at the end.

 

<form action="https://www.example.com/catalogsearch/result/" method="get">
<input type="text" name="q" placeholder="Search Entire Store...">
<button type="submit" value="Submit">Submit</button>
</form>