Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Inserting search terms into templates

Quote Reply
Inserting search terms into templates
Hi,

I'm using Links SQL for a project that will primarily be a crawler based search engine. I need to be able to insert the search term used by the visitor into the output of the page.

Something like:

Your search for <%keyword_phrase%> returned <%spider_hits%> results.

Is there such a tag?

Also, is there a master list of all available tags anywhere?

Thanks
Quote Reply
Re: [WebGuerrilla] Inserting search terms into templates In reply to
For testing purposes, you can include <%GT::Template::dump%> in your templates. This will give you a list of all available tags on that template.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] Inserting search terms into templates In reply to
Thanks