NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item10380: INCLUDEd SEARCH pager creates links to topic, not to basetopic
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Engine |
|
|
That means that the "Next" link points to the topic that is included, not to the current topic.
This is caused in
SEARCH.pm:
$params->{baseweb} = $topicObject->web;
$params->{basetopic} = $topicObject->topic;
Test on trunk:
%INCLUDE{"Sandbox.SearchTest"}%
Warning: Can't find topic Sandbox.SearchTest
--
ArthurClemens - 20 Feb 2011