Tags:
search1Add my vote for this tag create new tag
, view all tags

Question

I would like to set up a search that returns all topics created by a given user. I can see how to do it for all topics MODIFIED by a given user, but not created.

Any help appreciated.

Environment

TWiki version: TWikiRelease04x00x04
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  
Categories: Search

-- DarylGordon - 14 Aug 2006

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.

There is no direct support. You could however use a FormattedSearch and output a hit conditionally with a SpreadSheetPlugin $if() statement, testing on the $createwikiname. You need to delay the CALC with $percnt.

This here is an untested example: format="$percntCALC{$IF($EXACT($createwikiname, JohnSmith), |$topic: $summary|)}$percnt"

-- PeterThoeny - 14 Aug 2006

Yep, got it to work. Had to stick a nop as the 'false' output for the IF statement, otherwise it broke the table up into pieces. Thanks.

-- DarylGordon - 15 Aug 2006

You wrote "I can see how to do it for all topics MODIFIED by a given user". How can you do that?

-- GuilhermeGarnier - 15 Jan 2008

 
Change status to:
Topic revision: r4 - 2008-01-15 - GuilhermeGarnier
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by PerlIdeas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.