Changed the behavior of the SearchQuery tag. By default only the search keywords (or phrase) are returned. To return the full query (including preset site and file type options) the "type" attribute should be set to "full".

This commit is contained in:
Erik C. Thauvin 2003-10-14 13:01:12 +00:00
parent 489f08cb62
commit 2242eb2cb2
5 changed files with 83 additions and 32 deletions

View file

@ -181,7 +181,12 @@
<tagclass>net.thauvin.google.taglibs.SearchQuery</tagclass>
<bodycontent>empty</bodycontent>
<info>Displays the current search query.</info>
</tag>
<attribute>
<name>type</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<!-- SearchResult Tag -->
<tag>
<name>searchResult</name>