Question
I'm able to generate nice summary tables of the information in a form if that form is attached to many pages. I use this method:
%SEARCH{ "TopicTitle.*" scope="topic" regex="on" nosearch="off" nototal="on" format="|$topic|$formfield(foo)|$formfield(bar)|$formfield(baz)|"}%
Works great!
But I would like to move the data from a
WebForm attached to the bottom to an inline table. The main reason is it will be much easier for people to update if I make it an
%EDITTABLE{}%.
But I cannot get my summary/overview search to work with this inline table...
Can anyone provide any tips on how to update my
%SEARCH{}% query? How about an example page (it must exist somewhere on this site!) that takes the Environment table immediately below here, across all topics, and generates a summary of OSes and Plugins or something like that.
Thanks,
--
KenMankoff - 24 Mar 2005
Environment
--
KenMankoff - 24 Mar 2005
Answer
To SEARCH for values in above Environment table you need to apply a
RegularExpression pattern search. Here is an example that pulls the last 10 support questions:
| Topic |
TWiki version |
TWiki plugins |
Server OS |
| SessionPluginDebuggingWithCgiWrap |
TWikiRelease01Sep2004 |
DefaultPlugin, EmptyPlugin, InterwikiPlugin,Plugins.SessionPlugin |
|
| SecurityWithSubdomainVsDomain |
TWikiRelease04x00x05 |
DefaultPlugin, EmptyPlugin, InterwikiPlugin |
|
| SecuringPubFolder |
TWikiRelease04x00x04 |
DefaultPlugin, EmptyPlugin, InterwikiPlugin |
|
| RunningPluginInstallerBehindFirewall |
TWikiRelease04x00x00 |
SpreadsheetPlugin,Plugins.CommentPlugin,Plugins.EditTablePlugin,,Plugins.InterwikiPlugin,Plugins.PreferencesPlugin,Plugins.RenderListPlugin,Plugins.SlideShowPlugin,Plugins.SmiliesPlugin,Plugins.TablePlugin,Plugins.WysiwygPlugin |
|
| ProblemAfterUpdateLinksDontWork |
TWikiRelease04x00x04 |
DefaultPlugin, EmptyPlugin, InterwikiPlugin |
|
| PersonalLinksInDropDownMenu |
TWikiRelease04x00x04 |
DefaultPlugin, EmptyPlugin, InterwikiPlugin |
|
| PermissionError |
4.2 |
DefaultPlugin, EmptyPlugin, InterwikiPlugin |
|
| OopsHangs |
TWikiRelease04x00x01 |
DefaultPlugin, EmptyPlugin, InterwikiPlugin |
|
| InternalServerError3 |
|
|
|
| HowToInstallViewDotPm |
TWikiRelease01Feb2003 |
DefaultPlugin, EmptyPlugin, InterwikiPlugin |
|
View the raw text to see how this works.
--
PeterThoeny - 28 Mar 2005