I made some custom links on a page to go to a predefined search by:
<SCRIPT language="JavaScript">function submitform(){ document.predefinedsearch.submit();}</SCRIPT>
<form name="predefinedsearch" method="POST" action="/site/index.php?p=search"><input type="hidden" name="words" value="mixed" />
<A href="javascript: submitform()">mixed</A>
so now this links shows all instances which have "mixed" as value
I was wondering if this can be done in a way like:
http://www.thegreenskirt.nl/site/index.php?p=search&value=mixedor
http://www.thegreenskirt.nl/site/index.php?p=search&tag=mixed
Comments
http://www.thegreenskirt.nl/site/index.php?p=search&words=mixed