Subversion Repositories Applications.referentiel

Rev

Rev 69 | Rev 74 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 69 Rev 73
Line 37... Line 37...
37
<div id="ref-rech-opt">
37
<div id="ref-rech-opt">
38
	<h2 id="ref-rech-opt-titre">Options de recherche</h2>
38
	<h2 id="ref-rech-opt-titre">Options de recherche</h2>
39
	<div id="ref-rech-opt-txt">
39
	<div id="ref-rech-opt-txt">
40
		<p>Le moteur de recherche permet de faire une recherche libre sur un mot, une expression ou un acronyme.<br />
40
		<p>Le moteur de recherche permet de faire une recherche libre sur un mot, une expression ou un acronyme.<br />
41
			<em>Exemples&nbsp;:</em>
41
			<em>Exemples&nbsp;:</em>
42
			<a href="<?=Recherche::getUrlExemple('mpu')?>">mpu</a>, 
42
			<a href="<?=Recherche::getUrlExemple('acer')?>">Acer</a>, 
43
			<a href="<?=Recherche::getUrlExemple('Coste')?>">Coste</a>.</p>
43
			<a href="<?=Recherche::getUrlExemple('2010')?>">2010</a>.</p>
44
		<p>
44
		<p>
45
			Par défaut, la recherche est insensible à la casse (majuscule / minuscule) et s'effectue 
45
			Par défaut, la recherche est insensible à la casse (majuscule / minuscule) et s'effectue 
46
			en intercalant automatiquement le joker % avant et après la chaine recherchée et entre chaque mot 
46
			en intercalant automatiquement le joker % avant et après la chaîne recherchée et entre chaque mot 
47
			de celle-ci.
47
			de celle-ci.
48
		</p>
48
		</p>
49
		<p>
49
		<p>
50
			Le moteur de recherche permet aussi d'utiliser des opérateurs dans le texte recherché pour préciser 
50
			Le moteur de recherche permet aussi d'utiliser des opérateurs dans le texte recherché pour préciser 
51
			la requête. Vous les trouverez dans le tableau ci-dessous. Si vous souhaitez utiliser deux opérateurs 
51
			la requête. Vous les trouverez dans le tableau ci-dessous. Si vous souhaitez utiliser deux opérateurs 
52
			à la suite, ou un opérateur et un mot clé de votre choix pour faire une recherche croisée, séparez-les 
52
			à la suite, ou un opérateur et un mot clé de votre choix pour faire une recherche croisée, séparez-les 
53
			uniquement par un espace.<br />
53
			uniquement par un espace.<br />
54
			<em>Exemples&nbsp;:</em>
54
			<em>Exemples&nbsp;:</em>
55
			<a href="<?=Recherche::getUrlExemple('veg:br')?>">veg:br</a>,
55
			<a href="<?=Recherche::getUrlExemple('an:2010')?>">an:2010</a>,
56
			<a href="<?=Recherche::getUrlExemple('bot:he')?>">bot:he</a>,
56
			<a href="<?=Recherche::getUrlExemple('l. gen:aba')?>">l. gen:aba</a>,
57
			<a href="<?=Recherche::getUrlExemple('Coste bot:he')?>">Coste bot:he</a>,
57
			<a href="<?=Recherche::getUrlExemple('au:l. gen:aba')?>">au:l. gen:aba</a>,
58
			<a href="<?=Recherche::getUrlExemple('herbier zg:France')?>">herbier zg:France</a>,
-
 
59
			<a href="<?=Recherche::getUrlExemple('p:coste pr:co')?>">p:coste pr:co</a>,
-
 
60
			<a href="<?=Recherche::getUrlExemple('Erefe sci:1')?>">Erefe sci:1</a>.
58
			<a href="<?=Recherche::getUrlExemple('gen:scirpus tax:1')?>">gen:scirpus tax:1</a>.
61
		</p>
59
		</p>
Line 62... Line 60...
62
		
60
		
63
		<table> 
61
		<table> 
64
			<thead>
62
			<thead>
65
				<tr>
63
				<tr>
-
 
64
					<th>Mot-clé</th>
66
					<th>Mot-clé</th>
65
					<th>Signification</th>
67
					<th>Valeurs possibles</th>
66
					<th>Valeurs possibles</th>
68
					<th>Explication</th>
67
					<th>Explication</th>
69
					<th>Exemples</th>
68
					<th>Exemples</th>
70
				</tr>
69
				</tr>
71
			</thead>
70
			</thead>
72
			<tbody>
71
			<tbody>
73
				<tr>
72
				<tr>
74
					<td>sg:</td>
73
					<td>sg:</td>
75
					<td>Nom supra-générique</td>
74
					<td>Nom supra-générique</td>
-
 
75
					<td></td>
76
					<td></td>
76
					<td></td>
77
					<td><a href="<?=Recherche::getUrlExemple('sg:Carex')?>">sg:Carex</a></td>
77
					<td><a href="<?=Recherche::getUrlExemple('sg:Adiantaceae')?>">sg:Adiantaceae</a></td>
78
				</tr>
78
				</tr>
79
				<tr>
79
				<tr>
80
					<td>gen:</td>
80
					<td>gen:</td>
81
					<td>Genre</td>
81
					<td>Genre</td>
-
 
82
					<td></td>
82
					<td></td>
83
					<td></td>
83
					<td><a href="<?=Recherche::getUrlExemple('gen:abietinella')?>">gen:abietinella</a></td>
84
					<td><a href="<?=Recherche::getUrlExemple('gen:abies')?>">gen:abies</a></td>
84
				</tr>
85
				</tr>
85
				<tr>
86
				<tr>
86
					<td>sp:</td>
87
					<td>sp:</td>
87
					<td>Espèce</td>
88
					<td>Espèce</td>
-
 
89
					<td></td>
88
					<td></td>
90
					<td></td>
89
					<td><a href="<?=Recherche::getUrlExemple('sp:"abietinella abietina"')?>">
91
					<td><a href="<?=Recherche::getUrlExemple('sp:maritimum')?>">
90
						sp:"abietinella abietina"</a></td>
92
						sp:maritimum</a></td>
91
				</tr>
93
				</tr>
92
				<tr>
94
				<tr>
93
					<td>ssp:</td>
95
					<td>ssp:</td>
94
					<td>Epithète infra-spécifique</td>
96
					<td>Epithète infra-spécifique</td>
-
 
97
					<td></td>
95
					<td></td>
98
					<td></td>
96
					<td><a href="<?=Recherche::getUrlExemple('ssp:cuprina')?>">ssp:cuprina</a></td>
99
					<td><a href="<?=Recherche::getUrlExemple('ssp:cuprina')?>">ssp:cuprina</a></td>
97
				</tr>
100
				</tr>
98
				<tr>
101
				<tr>
99
					<td>au:</td>
102
					<td>au:</td>
100
					<td>Auteur</td>
103
					<td>Auteur</td>
-
 
104
					<td></td>
101
					<td></td>
105
					<td></td>
102
					<td><a href="<?=Recherche::getUrlExemple('au:Tausch')?>">au:Tausch</a></td>
106
					<td><a href="<?=Recherche::getUrlExemple('au:Tausch')?>">au:Tausch</a></td>
103
				</tr>
107
				</tr>
104
				<tr>
108
				<tr>
105
					<td>an:</td>
109
					<td>an:</td>
106
					<td>Année</td>
110
					<td>Année</td>
-
 
111
					<td></td>
107
					<td></td>
112
					<td></td>
108
					<td><a href="<?=Recherche::getUrlExemple('an:2010')?>">an:2010</a></td>
113
					<td><a href="<?=Recherche::getUrlExemple('an:2010')?>">an:2010</a></td>
109
				</tr>
114
				</tr>
110
				<tr>
115
				<tr>
111
					<td>nn:</td>
116
					<td>nn:</td>
112
					<td>Identifiant numérique unique du nom scientifique</td>
117
					<td>Identifiant numérique unique du nom scientifique</td>
-
 
118
					<td></td>
113
					<td></td>
119
					<td></td>
114
					<td><a href="<?=Recherche::getUrlExemple('nn:1307')?>">nn:1307</a></td>
120
					<td><a href="<?=Recherche::getUrlExemple('nn:1307')?>">nn:1307</a></td>
115
				</tr>
121
				</tr>
116
				<tr>
122
				<tr>
117
					<td>bib:</td>
123
					<td>bib:</td>
118
					<td>Référence bibliographique de la publication d'origine du nom (sans l'année)</td>
124
					<td>Référence bibliographique de la publication d'origine du nom (sans l'année)</td>
-
 
125
					<td></td>
119
					<td></td>
126
					<td></td>
120
					<td><a href="<?=Recherche::getUrlExemple('bib:2010')?>">bib:2010</a></td>
127
					<td><a href="<?=Recherche::getUrlExemple('bib:Linnaea, 21 :')?>">bib:Linnaea, 21 :</a></td>
121
				</tr>
128
				</tr>
122
				<tr>
129
				<tr>
123
					<td>nr:</td>
130
					<td>nr:</td>
124
					<td>Nom scientifique retenu pour désigner le taxon</td>
131
					<td>Nom scientifique retenu pour désigner le taxon</td>
125
					<td>Prend les valeurs 0 ou 1. Si 1, affiche uniquement les taxons dont le nom 
132
					<td>0 ou 1.</td>
126
					scientifique a été retenu</td>
133
					<td>Si 1, affiche uniquement les taxons dont le nom scientifique a été retenu.</td>
127
					<td><a href="<?=Recherche::getUrlExemple('an:2010')?>">nr:0</a></td>
134
					<td><a href="<?=Recherche::getUrlExemple('nr:1')?>">nr:1</a></td>
128
				</tr>
135
				</tr>
129
				<tr>
136
				<tr>
-
 
137
					<td>tax:</td>
130
					<td>tax:</td>
138
					<td>Noms retenus et synonymes quand au moins un synonyme répond à la recherche</td>
131
					<td></td>
139
					<td>0 ou 1.</td>
132
					<td>Prend les valeurs 0 ou 1. Si 1, affiche tous les noms retenus et leurs synonymes quand au moins 
140
					<td>Nécessite un autre terme de recherche (simple ou avancé). Retourne le nombre de noms retenus 
133
					un synonyme répond à la recherche</td>
141
					correspondants et affiche un nom suivi de ces synonymes.</td>
134
					<td><a href="<?=Recherche::getUrlExemple('pr:AU')?>">pr:AU</a></td>
142
					<td><a href="<?=Recherche::getUrlExemple('scirpus tax:1')?>">scirpus tax:1</a></td>
135
				</tr>
143
				</tr>
136
			</tbody>
144
			</tbody>
137
		</table>
145
		</table>
138
		<p>Pour les opérateurs dont la valeur est un <em>texte libre</em> ou une <em>liste</em>, 
146
		<p>Pour les opérateurs dont la valeur est un <em>texte libre</em> ou une <em>liste</em>, 
139
			il est possible d'utiliser des jokers.
147
			il est possible d'utiliser des jokers.
140
			Ces "jokers" permettent de modifier la recherche.</p>
148
			Ces "jokers" permettent de modifier la recherche.</p>
141
		<p>Exemples&nbsp;: <a href="<?=Recherche::getUrlExemple('"herbier de Coste"')?>">"herbier de Coste"</a>, 
-
 
142
			<a href="<?=Recherche::getUrlExemple('"herbier % Montpellier"')?>">"herbier % Montpellier"</a>,
-
 
143
			<a href="<?=Recherche::getUrlExemple('p:"Jo_l"')?>">p:"Jo_l"</a>.
-
 
144
			<a href="<?=Recherche::getUrlExemple('veg:br,cr')?>">veg:br,cr</a>.
149
		<p>Exemples&nbsp;: <a href="<?=Recherche::getUrlExemple('gen:a_n')?>">"gen:a_n"</a>
145
		</p>
150
		</p>
146
		<table>
151
		<table>
147
			<thead>
152
			<thead>
148
				<tr>
153
				<tr>
Line 152... Line 157...
152
					<th>Exemples</th>
157
					<th>Exemples</th>
153
				</tr>
158
				</tr>
154
			</thead>
159
			</thead>
155
			<tbody>
160
			<tbody>
156
				<tr>
161
				<tr>
157
					<td>""</td>
-
 
158
					<td>Texte libre</td>
-
 
159
					<td>Permet de rechercher sur une expression exacte.</td>
-
 
160
					<td><a href="<?=Recherche::getUrlExemple('"Archives de l\'herbier Granger"')?>">
-
 
161
						"Archives de l'herbier Granger"</a></td>
-
 
162
				</tr>
-
 
163
				<tr>
-
 
164
					<td>%</td>
162
					<td>%</td>
165
					<td>Texte libre</td>
163
					<td>Texte libre</td>
166
					<td>Remplace n'importe quel nombre de caractères, y compris aucun.</td>
164
					<td>Remplace n'importe quel nombre de caractères, y compris aucun.</td>
167
					<td><a href="<?=Recherche::getUrlExemple('"herbier %Abbé% Carondelet"')?>">
165
					<td><a href="<?=Recherche::getUrlExemple('"herbier %Abbé% Carondelet"')?>">
168
						"herbier %Abbé% Carondelet"</a></td>
166
						"herbier %Abbé% Carondelet"</a></td>
Line 171... Line 169...
171
					<td>_</td>
169
					<td>_</td>
172
					<td>Texte libre</td>
170
					<td>Texte libre</td>
173
					<td>Remplace exactement un caractère</td>
171
					<td>Remplace exactement un caractère</td>
174
					<td><a href="<?=Recherche::getUrlExemple('p:"Jo_l"')?>">p:"Jo_l"</a></td>
172
					<td><a href="<?=Recherche::getUrlExemple('p:"Jo_l"')?>">p:"Jo_l"</a></td>
175
				</tr>
173
				</tr>
176
				<tr>
-
 
177
					<td>,</td>
-
 
178
					<td>Liste</td>
-
 
179
					<td>Permet d'indiquer plusieurs valeurs</td>
-
 
180
					<td><a href="<?=Recherche::getUrlExemple('veg:br,ph')?>">veg:br,ph</a></td>
-
 
181
				</tr>
-
 
182
			</tbody>
174
			</tbody>
183
		</table>
175
		</table>
184
	</div>
176
	</div>
185
</div>
177
</div>
186
<!-- REF - FIN MOTEUR RECHERCHE -->
178
<!-- REF - FIN MOTEUR RECHERCHE -->
187
179