I don’t think this will work, the search URL structure is like this:
/{template_group}/{page}/49bd0f39ac15352404dcc6fc53813cdc/
The large string is obviously the search session number which is made by the system. Since the form is submitted by POST I can’t append any URL params and if I set up my template to place the cat name in the result page:
result_page=”/directory/search/{category}”
The I would end up with a URL like this:
/directory/search/{category}/49bd0f39ac15352404dcc6fc53813cdc/
Which does not work in EE. Really need the cat name/id appended to the end of the URL.
Edit: Also in the search template if I echo out the $_POST array, it comes back empty which is pretty odd. I am working in EE 2.0