1 (edited by sally666 2009-12-27 19:30)

Topic: How to display search term, via GET?

As the title say  tongue

I would like to display the search term in a block, on my header.

I tried the GET fonction, but I saw that the search url is truncated...

Re: How to display search term, via GET?

Why are you so determined on doing this via the GET parameter? The search results, sort direction, some other search information is stored as a serialized string in the "search_cache" table; the search terms can also be added in this string. And when a page with search results is displayed, you can output search terms where you want.

Re: How to display search term, via GET?

Thanks for the reply.

I simply need it to get it via Get because I need to display the search term on a module, that I developped in the header.

Any ideas? Or... how can I disable the truncate search fontion?