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:

Page 1 of 5 Next >

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:

Page 1 of 4 Next >

-- 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
 

ItemTemplate edit

Summary excludetopic no longer works
ReportedBy ArthurClemens
Codebase trunk
SVN Range
AppliesTo Engine
Component
Priority Urgent
CurrentState Closed
WaitingFor
Checkins Foswikirev:12021
TargetRelease n/a
ReleasedIn n/a
Topic revision: r5 - 03 Jul 2011, SvenDowideit
 
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads