Tags:
create new tag
, view all tags

Question

The following on both my machine and on TWiki.org hangs. It will preview but not save.

I figure, therefore, that it is a bug.

%SEARCH{"WebStatistics" scope="topic" web="all" order="modified" bookview="on"}%

  • TWiki version: TWiki.org
  • Perl version: 5.6
  • Web server & version: apache
  • Server OS: linux
  • Web browser & version: ie 6
  • Client OS: xp pro

-- TWikiGuest - 31 May 2003

Answer

I have seen that you tried that in Sandbox.WebStatisticsForAllWebs.

What you attempted to do is to list all WebStatistics topics, what you got was all topics with "WebStatistics" somewhere in the topic name. That means you got your own topic, which introduces a recursion.

The correct search is this:

%SEARCH{ "^WebStatistics$" scope="topic" web="all" regex="on" order="modified" bookview="on"}%

Your sample topic is updated.

-- PeterThoeny - 01 Jun 2003

Topic revision: r2 - 2003-06-01 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, 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.