Ticket #10998: search (Kopie).xml

File search (Kopie).xml, 8.4 KB (added by Sebastian Röher, 11 years ago)

This is the original xml

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<MyCoReWebPage>
3
4<section xml:lang="all">
5 <editor id="searchmask">
6  <source uri="searchInput:{id}" />
7  <target type="servlet" name="MCRSearchServlet" method="post" format="xml" />
8
9  <components root="root" var="/query">
10    <panel id="root">
11      <hidden var="@mask" default="content/main/search.xml" />
12      <hidden var="@maxResults" default="0" />
13      <hidden var="@numPerPage" default="10" />
14     
15      <hidden var="conditions/@format" default="xml" />
16      <hidden var="conditions/boolean/@operator" default="and" />
17
18      <!-- Search only for object type document -->
19      <hidden var="conditions/boolean/condition1/@field"    default="objectType" />
20      <hidden var="conditions/boolean/condition1/@operator" default="=" />
21      <hidden var="conditions/boolean/condition1/@value"    default="document" />
22
23      <!-- Search in field "name" with operator "contains" -->
24      <hidden var="conditions/boolean/condition2/@field" default="allMeta,content" />
25      <hidden var="conditions/boolean/condition2/@operator" default="contains" />
26      <cell row="1" col="1" anchor="EAST">
27        <text i18n="editor.search.inall.label" />
28      </cell>
29      <cell row="1" col="2" anchor="WEST" var="conditions/boolean/condition2/@value">
30        <textfield width="40" />
31      </cell>
32     
33      <cell row="1" col="3" colspan="2" anchor="EAST">
34        <submitButton i18n="editor.search.search" width="150px" />
35      </cell>
36    </panel>
37  </components>
38 </editor>
39</section>
40
41<section xml:lang="de" title="Suche">
42  <P>Es stehen Ihnen folgende weitere Suchmöglichkeiten zur Verfügung:</P>
43  <P>
44    <ul>
45      <li>
46        <a href="/editor_form_search-simpledocument.xml"><strong>nach Dokumenten einfach</strong></a> <br />             
47        Suchmaske für eine einfache Suche mit relativ wenigen Parameterfeldern
48      </li>     
49      <br />   
50      <li>
51        <a href="/editor_form_search-complexdocument.xml"><strong>nach Dokumenten erweitert</strong></a><br />
52        Suchmaske mit mehr Suchfeldern und dem Zugriff auf weitere Dokumenten-Server
53      </li>         
54      <br />       
55      <li>
56        <a href="/editor_form_search-expertdocument.xml"><strong>nach Dokumenten komplex</strong></a><br />
57        erweiterte Expertensuchmaske ebenfalls mit der Möglichkeit des Zugriffs auf weitere Dokumentenserver
58      </li>             
59      <br />   
60      <li>
61        <a href="/editor_form_search-person.xml"><strong>nach Personen</strong></a><br />
62        Suchmaske für die Personensuche<br />
63        Für die Suche nach Autoren gilt es zu beachten, dass nicht zwingend für alle Autoren separate Datensätze vorhanden sind.
64        Das bedeutet, dass Personen ggf. nicht über die Personensuche sondern nur über die Dokumentensuche zu finden sind.
65      </li>           
66      <br />             
67      <li>
68        <a href="/indexpage?searchclass=creators"><strong>Index Personen</strong></a><br /> 
69        Auch für die Suche im Autorenindex ist der o.g. Hinweis zur Personensuche zu beachten
70      </li> 
71       <br />               
72      <li>
73        <a href="/editor_form_search-institution.xml"><strong>nach Institutionen</strong></a><br /> 
74        Suchmaske für die Institutionensuche
75      </li>       
76      <br />           
77      <li>
78        <a href="/editor_form_search-expert.xml"><strong>Expertensuche</strong></a><br />
79        In der Experten-Suchmaske können Sie über einen Suchausdruck in der Abfragesprache MCRQL (MyCoRe Query Language) suchen.
80      </li>   
81      <br />           
82      <li>
83        <a href="/docportal-plugin.xml"><strong>Plug-in für Browser</strong></a><br />
84        Erweitern Sie Ihren Browser um die DocPortal-Suchmaschine
85      </li>     
86      <br />                 
87      <li>
88        <a href="../main/search/searchWebsite.xml"><strong>Webseiten durchsuchen</strong></a>       
89      </li>
90    </ul>
91  </P>
92  <P>Bitte beachten Sie auch, dass die Einträge in den einzelnen
93  Eingabe- und Auswahlfelder der Suchmasken bei der Ausführung der
94  Anfrage <strong>mit einem logischen UND verbunden</strong> werden, d. h. jeder
95  Eintrag schränkt die Suche zusätzlich ein. Aus Gründen einer
96  sinnvollen Trefferanzeige ist die <strong>maximale Anzahl von
97  Suchresultaten standardmäßig auf unbegrenzt</strong> gesetzt. Sollten Sie zu viele
98  Ergebnisse erhalten, formulieren Sie die
99  Suche mit den entsprechenden einschränkenden Kriterien neu.</P>
100  <P>Das System unterscheidet bei den Suchen - außer auf dieser Seite - zwischen beschreibenden
101  Daten (auch Metadaten genannt) und dem Volltext des Dokumentes.
102  Eine <strong>Volltextsuche</strong> kann nur erfolgreich sein, wenn das
103  vorliegende Objekt textindizierbar war. Bilder, Videos und ein
104  Teil der PDF-Dateien sind nicht textindizierbar und <strong>nur über die
105  Metadaten recherchierbar</strong>.</P>
106  <P>Außerdem ist zu beachten, dass für eine textliche Suche
107  sowohl in den Metadaten als auch in den Volltexten die
108  <strong>Suchbegriffe mindestens 3 Zeichen lang</strong> sein müssen. Wortstücke
109  können mit einem * ergänzt werden. Derzeit ist auf korrekte Groß-
110  und Kleinschreibung und auf die richtige Nutzung der deutschen
111  Umlaute zu achten.</P> 
112</section>
113
114<section xml:lang="en" title="Search">
115  <P>The following other search options are available to you: </P>
116  <P>
117    <ul>
118      <li>
119        <a href="/editor_form_search-simpledocument.xml"><strong>for documents simple</strong></a> <br />             
120        Search mask for a simple search with relatively few parameter fields
121      </li>     
122      <br />   
123      <li>
124        <a href="/editor_form_search-complexdocument.xml"><strong>for documents extended</strong></a><br />
125        Search mask with more fields and the access to other document servers
126      </li>         
127      <br />       
128      <li>
129        <a href="/editor_form_search-expertdocument.xml"><strong>for documents complex</strong></a><br />
130       enlarged search mask for experts also with the possibility of the access to other document servers
131      </li>             
132      <br />   
133      <li>
134        <a href="/editor_form_search-person.xml"><strong>for a person</strong></a><br />
135        Search mask for persons<br />
136        Please note that there are not separately data sets for each author in any case.         
137        This means, persons can possibly not be found about the personal search but only about the document search.
138       </li>           
139      <br />             
140      <li>
141        <a href="/indexpage?searchclass=creators"><strong>Index of persons</strong></a><br /> 
142        Please follow the above mentioned advice for the personal search also during the index search for authors.
143        </li> 
144       <br />               
145      <li>
146        <a href="/editor_form_search-institution.xml"><strong>for institutions</strong></a><br /> 
147        Search mask for institutions
148      </li>       
149      <br />           
150      <li>
151        <a href="/editor_form_search-expert.xml"><strong>Expert search</strong></a><br />
152        Here you can enter a query expression using MCRQL (MyCoRe Query Language)
153        </li>   
154      <br />           
155      <li>
156        <a href="/docportal-plugin.xml"><strong>Plug-in for browser</strong></a><br />
157        Extend your browser with DocPortal-Searchengine.
158      </li>     
159      <br />                 
160      <li>
161        <a href="../main/search/searchWebsite.xml"><strong>Search in webpages</strong></a>       
162      </li>
163    </ul>
164  </P>
165  <P>
166  Please note that all entries in the fields are <strong>connected with the boolean AND</strong>, this means that
167  every entry restricts your search in addition.
168  The maximum <strong>number of results is unlimited</strong>.
169  Should you receive too many results, please pose your search anew by using more restricting criteria.
170  </P>
171  <P>
172  There are differences between the search in descriptive data (metadata) and the full-text search.
173  A <strong>full-text search</strong> can be only successful if the object was indicated.
174  Pictures, videos and a few pdf-files are not indexed and for this reason they are only <strong>searchable about the metadata</strong>.
175 </P>
176  <P>
177  Keep in mind that <strong>search strings must have at least three characters</strong>. You can use an asterisk * as a wildcard.
178  Currently the search is case-sensitive.
179  </P> 
180</section>
181   
182
183
184<meta><log date="2007-02-26" time="19:40" labelPath="Hauptmenü links &gt; Suche" lastEditor="Administrator" /></meta>
185</MyCoReWebPage>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy