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