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:
parent
489f08cb62
commit
2242eb2cb2
5 changed files with 83 additions and 32 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue