I have downloaded pisearch and installed it as a module.
I've put the following code in my ellnav template where I want the search field to appear:
{cms_module module="pisearch" action="showform" lang="nl_NL"}
and this css code in the layout css:
div.search{
float: right;
width: 65%;
text-align: right;
padding: 0;
margin: 0 1em;
}
It shows fine on my page

The Pisearch page where the results are to be shown is indead made

{cms_module module="pisearch" action="showresults" lang="nl_NL" maxresults="100" searchnews="1" orderby="1" }
Put if I enter something in the searchbox on my page and press the button "search", there are no results displayed on the pisearch result display page.... I just see an empty page with the title Pisearch above it....
What am I doing wrong or am I forgetting?????
Barbera