Quote:
Originally Posted by smith
I've used this auto-search MOD for searching a string in the URL. Works great thks, but I'd like to be able to search by category also.
Version 3 uses '&in_category=' but any ideas of how to apply this principle in V4?
|
It appears you just need to add another hidden form field for
posted_data[categoryid] and either hardcode the value there or pass it as another variable in your get string. You'd be using the categoryid number.