Monday 30 January 2006 8:15:02 am
Hi there, I'd like to add a parameter in a URL to split between two ways of having my search results displayed. ex:.../search?SearchPageLimit=1&mode=1&SearchText=search Does anyone know how I can retrieve the 'mode=1' within a override of the search template ?
There is perhaps a better way of doing it, but I can't think of any for now. The problem with the search module is that we can't use the commun way of passing a parameter (by adding .../(mode)/1 at the end of the URL) because it enters in the search field. And I can't have some limitations in the override.ini.append.php file because the search module isn't linked with the content of my site. Thanks for your answer Antoine
|