Forums / Setup & design / Does search-function work on PHP CGI patched eZ sites?
Valentin Svelland
Friday 24 October 2003 4:21:11 am
I'm running an eZ site in PHP CGI with this patch:http://www.ez.no/developer/ez_publish_3/forum/install_configuration/my_final_patch_for_phpcgi
However I've discovered that my search doesn't seem to work anymore. I suspect this is due to the fact that an '?' is included in the urls of my site due to the patch. At the same time the search-function amongst others use '?' to declade input parameters like keyword in search...
(My version is 3.2-2)
I'm no hardcore-programmer, an I might very well be wrong? Anyone know about this?
Tom Erik Thorsen
Friday 24 October 2003 5:55:24 am
I've managed to get the search-function to work, but it's quite strange...
The first time I search for something, the search engine works fine and returns hits.
But when I try to search for something different, it just uses the same search-word...
Monday 27 October 2003 5:55:43 am
The eZ Crew said they were planning cgi-compability in a future release so I guess we'll have to be a little bit patient with this functionality in php cgi...
Until then I've discovered this thread suggesting a change in the /templates/content/search.tpl (and advanced_search.tpl):http://www.ez.no/developer/ez_publish_3/forum/install_configuration/php_as_cgi_and_search
However this solution doesn't quite do it.. Tried it out and are having the same problems as the author of that thread...