r4 - 15 Jan 2008 - 21:42:09 - GuilhermeGarnierYou are here: TWiki >  Support Web > SearchOnTopicCreator
Tags:
search 1 Add my vote for this tag, , create new tag

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:
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r4 < r3 < r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback SourceForge.net Logo