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.
Item10900: excludetopic no longer works
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Engine |
|
|
Test:
Without
excludetopic:
%SEARCH{
type="query"
"Summary~'*exclude*'"
nonoise="on"
order="modified"
reverse="on"
pager="on"
pagesize="5"
format=" * [[$web.$topic][$formfield(Summary) - $topic]]"
}%
Creates:
With
excludetopic:
%SEARCH{
type="query"
"Summary~'*exclude*'"
excludetopic="%TOPIC%"
nonoise="on"
order="modified"
reverse="on"
pager="on"
pagesize="5"
format=" * [[$web.$topic][$formfield(Summary) - $topic]]"
}%
Creates:
--
ArthurClemens - 18 Jun 2011
You indicated trunk as code base but that is probably default.
Is this also a bug in Release branch? You left target release n/a.
--
KennethLavrsen - 03 Jul 2011
This is trunk. When finished it should not get released but closed.
Cannot reproduce. Perhaps it got fixed.
--
ArthurClemens - 03 Jul 2011
yup
--
SvenDowideit - 03 Jul 2011