Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/help
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3306/help
Modified Files:
no_help.php en_help.php
Log Message:
Bug 1322668
Index: en_help.php
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/help/en_help.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** en_help.php 5 Oct 2005 01:38:18 -0000 1.2
--- en_help.php 12 Oct 2005 13:01:20 -0000 1.3
***************
*** 68,76 ****
<h1>Search</h1>
- <p><b>Match</b><br>
- You can query for several words and require that each document in the result set contains all those words <i>(and)</i>, any of the words <i>(or)</i>, or an exact phrase.</p>
-
<p><b>Query string</b><br>
! The query string can be a whole word or a truncated one, like <i>air*</i> (would match e.g. <i>airport</i> or <i>airmail</i>).</p>
<p><b>Search period</b><br>
--- 68,80 ----
<h1>Search</h1>
<p><b>Query string</b><br>
! <p>
! Type one or more search terms. Wera will present the results matching <b>all</b> of the search terms you type in.
! <ul>
! <li>Search for a phrase: ["term<sub>1</sub> .. term<sub>n</sub>"]</li>
! <li>Searching for all documents of type text/html: [type:text type:html]</li>
! <li>Search for a specific url: [exacturl:http://www.nb.no/]</li>
! </ul>
! </p>
<p><b>Search period</b><br>
Index: no_help.php
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/help/no_help.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** no_help.php 5 Oct 2005 01:38:18 -0000 1.2
--- no_help.php 12 Oct 2005 13:01:20 -0000 1.3
***************
*** 66,77 ****
<!-- ********************************************************************************* -->
! <h1>Search</h1>
<p><b>Søk etter</b><br>
! Du kan søke etter flere ord og kreve at alle dokumentene i resultatet inneholder alle ordene, et av ordene, eller en eksakt frase</p>
!
! <p><b>Spørring</b><br>
! Spørringen kan være et helt ord eller trunkert, som <i>traktor*</i> (vil gi treff på f.eks. <i>traktorsko</i> og <i>traktordekk</i>).
!
<p><b>Ã
r (fra - til)</b><br>
For avgrense søket til en tidsperiode fyll i årstall fra og til (evt. kun et av dem for før og etter et gitt årstall).
--- 66,80 ----
<!-- ********************************************************************************* -->
! <h1>Søk</h1>
<p><b>Søk etter</b><br>
! <p>
! Tast inn ett eller flere ord. Wera vil vise resultatene som matcher <b>alle</b> ordene du tastet inn.
! <ul>
! <li>Frase: ["term<sub>1</sub> .. term<sub>n</sub>"]</li>
! <li>Alle dokumenter av type text/html: [type:text type:html]</li>
! <li>Søk etter en gitt url: [exacturl:http://www.nb.no/]</li>
! </ul>
! </p>
<p><b>Ã
r (fra - til)</b><br>
For avgrense søket til en tidsperiode fyll i årstall fra og til (evt. kun et av dem for før og etter et gitt årstall).
|