SID-01240: Twiki Tables: separate search per cell
| Status: |
Answered |
TWiki version: |
5.0.1 |
Perl version: |
|
| Category: |
CategorySearch |
Server OS: |
|
Last update: |
14 years ago |
Can anyone tell me if it is possible to form a twiki table in which each cell is populated individual search.
example.
| Table X |
Table Y |
| %SEARCH {x1}% |
%SEARCH {y1}% |
| %SEARCH {x2}% |
%SEARCH {y2}% |
--
MatthewTrowell - 2011-07-25
Discussion and Answer
Yes, that is possible. Make sure to avoid newlines in the search, e.g. use
separator=", " and
nonoise="on". Example showing topics in TWiki web starting with A, B and C:
| A Topics |
B Topics |
C Topics |
| ATasteOfTWiki, ATasteOfTWikiTemplate, AccessControl, AccessKeys, AdminDocumentationCategory, AdminSkillsAssumptions, AdminTools, AdminToolsCategory, AdministrationVariables, AllowWebCreateByUserMappingManager, AnApplicationWithWikiForm, ApacheConfigGenerator, ApacheLdapAuthSetup, AppendixEncodeURLsWithUTF8, AppendixFileSystem, ApplicationsAndComponentsVariables, AttachmentsAndFilesVariables, AttrsContrib, AuthenticatedButStillTWikiGuest, AutoSectionsPlugin, AutonomousWebs |
BackupRestorePlugin, BasicAuthentication, BehaviourContrib, BlackListLog, BlackListPlugin, BookView, BrowserIssues, BulkRegistration, BulkResetPassword, BumpyWord |
CategoryCategory, CgiContrib, ChangeEmailAddress, ChangePasswordDiscussion, ChartingAndDrawingVariables, CheckPoint, ClassMethod, ClassicSkin, ClassicSkinLogin, ColorPickerPlugin, CommentPlugin, CommentPluginExamples, CommentPluginTemplate, CommentsTmpl, ConvertTablesFromHTMLToTML, CopyingTopics, CronOnMacOSX, CustomUserGroupNotations |
View raw text.
--
PeterThoeny - 2011-07-26
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.