source: trunk/gli/help/en/definefilters.htm@ 11597

Last change on this file since 11597 was 11597, checked in by kjdon, 18 years ago

reran the xsl for the new format, and modified xsl files. hopefully only small formatting things have changed :-)

  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
RevLine 
[6576]1<html>
2<head>
3<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>The Greenstone Librarian Interface - Help Pages</title>
5</head>
6<body bgcolor="#E0F0E0">
[11552]7<table border="2" bgcolor="#B0D0B0" cellpadding="5" cellspacing="0" width="100%">
[6576]8<tr>
[11552]9<td align="center" width="15%"><img height="45" src="../gatherer_medium.gif" width="45"></td><td align="center" width="*"><a name="definefilters"><font face="Verdana" size="5"><strong>6.6.1: Define Filters</strong></font></a></td><td align="center" width="15%"><img height="45" src="../gatherer_medium.gif" width="45"></td>
[6576]10</tr>
11</table>
[11597]12
13<p>Filters allow you to group together into a subcollection all documents in an index for which a metadata value matches a given pattern.</p>
14<p>To create a filter, click the "Define Filters" tab and enter a name for the new filter into the "Subcollection filter name:" field. Next choose a document attribute to match against, either a metadata element or the name of the file in question. Enter a regular expression to use during the matching. You can toggle between "Including" documents that match the filter, or "Excluding" them. Finally, you can specify any of the standard PERL regular expression flags to use when matching (e.g. "i" for case-insensitive matching). Finally, click "Add Filter" to add the filter to the "Defined Subcollection Filters" list.</p>
15<p>To remove a filter, select it from the list and click "Remove Filter".</p>
16<p>To alter a filter, select it from the list, change any of the values that appear in the editing controls and click "Replace Filter" to commit the changes.</p>
17</body>
[6576]18</html>
Note: See TracBrowser for help on using the repository browser.