Generate Search PluginThis plugin creates a form-driven search over the topics of a selected web. | ||||||||||
Line: 15 to 15 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Changed: | ||||||||||
< < |
| |||||||||
> > |
| |||||||||
| ||||||||||
Line: 81 to 81 | ||||||||||
Plugin Info
| ||||||||||
Changed: | ||||||||||
< < |
| |||||||||
> > |
| |||||||||
| ||||||||||
Added: | ||||||||||
> > |
| |||||||||
| ||||||||||
Line: 95 to 96 | ||||||||||
Related Topics: TWikiForms | ||||||||||
Changed: | ||||||||||
< < |
-- TWiki:Main/ThomasWeigert - 25 Feb 2005 | |||||||||
> > |
-- TWiki:Main/ThomasWeigert - 13 Apr 2005 | |||||||||
|
Changed: | ||||||||
< < |
Search Plugin | |||||||
> > |
Generate Search Plugin | |||||||
This plugin creates a form-driven search over the topics of a selected web. | ||||||||
Line: 10 to 10 | ||||||||
---|---|---|---|---|---|---|---|---|
Syntax Rules | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 35 to 35 | ||||||||
will expand as follows: | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Selecting "Show" for a field will display this field for search results. Selecting "Filter" for a field will allow to filter search results by specific values. If the user were to select all fields (for which the "Select all" short cut can be used), the following query page would be generated: | ||||||||
Line: 67 to 73 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 87 to 93 | ||||||||
| ||||||||
Deleted: | ||||||||
< < |
Limitation: Due to a restriction in the browser rendering engine (which I have not found documented), only approximately 40 fields can be used. Beyond this value, the form is not submitted. The form may contain more fields, but only 40 can be selected. Both show and filter count in the query creation form, thus it is best to use only one of these if many fields are desired (rememberthat filter implies show anyway). This restriction has been found in Internet Explorer. | |||||||
Related Topics: TWikiForms -- TWiki:Main/ThomasWeigert - 25 Feb 2005 |
Search PluginThis plugin creates a form-driven search over the topics of a selected web. | ||||||||
Line: 31 to 31 | ||||||||
---|---|---|---|---|---|---|---|---|
If this plugins is installed, the variable
| ||||||||
Changed: | ||||||||
< < |
%GENSEARCH{topic="Web.*" title="Search knowledge base" initial="off" message="(may use regular expressions)" }% | |||||||
> > |
||||||||
will expand as follows: | ||||||||
Added: | ||||||||
> > |
| |||||||
Added: | ||||||||
> > |
| |||||||
Selecting "Show" for a field will display this field for search results. Selecting "Filter" for a field will allow to filter search results by specific values. If the user were to select all fields (for which the "Select all" short cut can be used), the following query page would be generated: |
Line: 1 to 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Added: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> > |
Search PluginThis plugin creates a form-driven search over the topics of a selected web. TWiki:Main/TWikiInstallation demonstrates a widely used TWiki application: A search where the search results can be filtered based on parameters entered by the user in a form. This plugin generates such searches automatically from the field values defined in a TWikiForms. The user is presented with a table of possible fields and can select whether the field should be shown as the result of the search, and whether it should be possible to filter on that field.Syntax Rules
ExampleBelow is an example form from TWikiForms:
%GENSEARCH{topic="Web.*" title="Search knowledge base" initial="off" message="(may use regular expressions)" }%will expand as follows: Selecting "Show" for a field will display this field for search results. Selecting "Filter" for a field will allow to filter search results by specific values. If the user were to select all fields (for which the "Select all" short cut can be used), the following query page would be generated: ![]() Plugin Settings
Plugin Installation InstructionsNote: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.
Plugin Info
|