Details
Description
The RSS feed option at the bottom of most results pages only captures
"lookfor=" parameter. If the user has used any narrowing options they are
ignored.
"lookfor=" parameter. If the user has used any narrowing options they are
ignored.
Issue Links
| This issue is incorporated by: | ||||
| VUFIND-134 | Finish implementation of Search Object |
|
|
|
Old - bug:
<a href="{$url}/Search/{$action}?lookfor={$lookfor|escape}&type={$type}&view=rss" class="feed">{translate text='Get RSS Feed'}</a>
New - fixed(?):
<a href="{$fullPath}&view=rss" class="feed">{translate text='Get RSS Feed'}</a>