SID-00333: How to Search by Section
| Status: |
Answered |
TWiki version: |
4.1.1 |
Perl version: |
5.008008 |
| Category: |
|
Server OS: |
Linux 2.6.16 |
Last update: |
16 years ago |
Is it possible to do a search by section? If so, how could it be done?
--
YiqingFan - 2009-05-25
Discussion and Answer
You can't limit the search to a section. However, you can:
- Arrange your content into smaller pages, and use VarINCLUDE to compose a bigger document. If you search for content your search scope is the set of smaller pages.
- Search for form fields using QuerySearch, This requires a TWikiForms based application. See for example the extension query by TWiki version in the Plugins home page.
- You can display a certain part of a page if apply a RegularExpression pattern using a
$pattern() in a FormattedSearch.
--
PeterThoeny - 2009-05-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.