You are here: Foswiki>Tasks Web>Item10900 (03 Jul 2011, SvenDowideit)Edit Attach

Item10900: excludetopic no longer works

pencil
Priority: Urgent
Current State: Closed
Released In: n/a
Target Release: n/a
Applies To: Engine
Component:
Branches:
Reported By: ArthurClemens
Waiting For:
Last Change By: SvenDowideit
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 5 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 distro:44492ecc407b
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 Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy