Right now I have a search field with a button "Search". When you click "Search" it searches my entire database. I would like to add three more buttons so when you click on those buttons they search onle specific, pre-determined, category.
So you might have a button that says "Search all" another button that says "Search Auto" and another that says "Search Teams". Depending on which one you clicked it would only bring back results from that category.
I have way too many categories so I don't want to show the dropdown of all of them.
So you might have a button that says "Search all" another button that says "Search Auto" and another that says "Search Teams". Depending on which one you clicked it would only bring back results from that category.
I have way too many categories so I don't want to show the dropdown of all of them.
Comment