7 |
jpm |
1 |
<h2>Rechercher une collection</h2>
|
|
|
2 |
<form id="col_form" name="col_form" action="<?=$url_form;?>" method="get">
|
8 |
jpm |
3 |
<input name="module" type="hidden" value="<?=$url_module;?>" />
|
|
|
4 |
<input name="action" type="hidden" value="<?=$url_action;?>" />
|
7 |
jpm |
5 |
<fieldset>
|
|
|
6 |
<legend>Rechercher</legend>
|
21 |
jpm |
7 |
<input name="recherche" type="text" value="<?=$recherche;?>" size="75" maxlength="250"/>
|
8 |
jpm |
8 |
<input type="submit" value="OK" />
|
7 |
jpm |
9 |
</fieldset>
|
20 |
jpm |
10 |
</form>
|
|
|
11 |
<div>
|
|
|
12 |
<h2>Options de recherche</h2>
|
|
|
13 |
<p>Par défaut, la recherche est insensible à la casse (majuscule / minuscule) et s'effectue
|
21 |
jpm |
14 |
en intercalant automatiquement le joker % avant et après la chaine recherchée et entre chaque mot de celle-ci.</p>
|
20 |
jpm |
15 |
<p>Le moteur de recherche permet d'utiliser des opérateurs dans le texte recherché pour préciser la requête.</p>
|
21 |
jpm |
16 |
<p>Exemples : <a href="<?=sprintf($url_exemple, 'mpu')?>">mpu</a>,
|
|
|
17 |
<a href="<?=sprintf($url_exemple, urlencode('"herbier de Coste"'))?>">"herbier de Coste"</a>,
|
|
|
18 |
<a href="<?=sprintf($url_exemple, 'bot:he')?>">bot:he</a>,
|
|
|
19 |
<a href="<?=sprintf($url_exemple, 'Coste bot:he')?>">Coste bot:he</a>,
|
|
|
20 |
<a href="<?=sprintf($url_exemple, 'herbier zg:France')?>">herbier zg:France</a>,
|
|
|
21 |
<a href="<?=sprintf($url_exemple, 'p:coste pr:co')?>">p:coste pr:co</a>,
|
|
|
22 |
<a href="<?=sprintf($url_exemple, 'Ecole sci:1')?>">Ecole sci:1</a>.</p>
|
|
|
23 |
<table>
|
20 |
jpm |
24 |
<thead>
|
|
|
25 |
<tr>
|
|
|
26 |
<th>Mot-clé</th>
|
|
|
27 |
<th>Valeurs possibles</th>
|
|
|
28 |
<th>Signification</th>
|
|
|
29 |
<th>Explication</th>
|
|
|
30 |
<th>Exemples</th>
|
|
|
31 |
</tr>
|
|
|
32 |
</thead>
|
|
|
33 |
<tbody>
|
|
|
34 |
<tr>
|
|
|
35 |
<td>sci:</td>
|
|
|
36 |
<td>0,1</td>
|
|
|
37 |
<td>Recherches scientifiques</td>
|
|
|
38 |
<td>Limite les résultats aux institutions autorisant la consultation des collections <em>sans (=0)</em> ou
|
|
|
39 |
<em>avec (=1)</em> des objectifs de recherches scientifiques.</td>
|
|
|
40 |
</td>
|
21 |
jpm |
41 |
<td><a href="<?=sprintf($url_exemple, 'sci:0')?>">sci:0</a></td>
|
20 |
jpm |
42 |
</tr>
|
|
|
43 |
<tr>
|
|
|
44 |
<td>bot:</td>
|
|
|
45 |
<td>HE (Herbier), CE (Centurie - conservée en dehors d'un herbier), DR (Droguier), CA (Carpothèque),
|
|
|
46 |
AL (Collection en alcool), XY (Xylothèque), PM (Collection de préparations microscopiques).</td>
|
|
|
47 |
<td>Type de collection botanique</td>
|
|
|
48 |
<td>Limite les résultats aux collections botaniques du type indiqué.</td>
|
21 |
jpm |
49 |
<td><a href="<?=sprintf($url_exemple, 'bot:he')?>">bot:he</a></td>
|
20 |
jpm |
50 |
</tr>
|
|
|
51 |
<tr>
|
|
|
52 |
<td>zg:</td>
|
|
|
53 |
<td>Texte libre</td>
|
|
|
54 |
<td>Origine géographique du contenu de la collection</td>
|
|
|
55 |
<td>Limite les résultats aux collections dont le contenu correspond à la zone géographique indiquée.</td>
|
21 |
jpm |
56 |
<td><a href="<?=sprintf($url_exemple, 'zg:lozère')?>">zg:lozère</a></td>
|
20 |
jpm |
57 |
</tr>
|
|
|
58 |
<tr>
|
|
|
59 |
<td>p:</td>
|
|
|
60 |
<td>Texte libre</td>
|
|
|
61 |
<td>Nom ou partie du nom d'une personne.</td>
|
|
|
62 |
<td>Limite les résultats aux institutions et collections liées a une personne dont le nom ou une partie du
|
|
|
63 |
nom correspond à la valeur indiquée.</td>
|
21 |
jpm |
64 |
<td><a href="<?=sprintf($url_exemple, 'p:coste')?>">p:coste</a></td>
|
20 |
jpm |
65 |
</tr>
|
|
|
66 |
<tr>
|
|
|
67 |
<td>pr:</td>
|
|
|
68 |
<td>CT (Contributeur), AU (Auteur), CO (Collecteur), DE (Déterminateur), HE (Hébergeur - particulier possédant une collection chez lui).
|
|
|
69 |
<td>Rôle d'une personne.</td>
|
|
|
70 |
<td>Limite les résultats aux institutions et collections liées a une personne dont le rôle correspond à la valeur indiquée.</td>
|
21 |
jpm |
71 |
<td><a href="<?=sprintf($url_exemple, 'pr:AU')?>">pr:AU</a></td>
|
20 |
jpm |
72 |
</tr>
|
|
|
73 |
</tbody>
|
|
|
74 |
</table>
|
|
|
75 |
<p>Pour les opérateurs dont la valeur possible est un <em>texte libre</em>, il est possible d'utiliser des jokers.
|
|
|
76 |
Ces "jokers" permettent de modifier la recherche sur une chaine de caractères.</p>
|
21 |
jpm |
77 |
<p>Exemples : <a href="<?=sprintf($url_exemple, urlencode('"herbier de Coste"'))?>">"herbier de Coste"</a>,
|
|
|
78 |
<a href="<?=sprintf($url_exemple, urlencode('"herbier % Montpellier"'))?>">"herbier % Montpellier"</a>,
|
|
|
79 |
<a href="<?=sprintf($url_exemple, urlencode('p:"Jo_l"'))?>">p:"Jo_l"</a>.
|
|
|
80 |
</p>
|
20 |
jpm |
81 |
<table>
|
|
|
82 |
<thead>
|
|
|
83 |
<tr>
|
|
|
84 |
<th>Joker</th>
|
|
|
85 |
<th>Explication</th>
|
|
|
86 |
<th>Exemples</th>
|
|
|
87 |
</tr>
|
|
|
88 |
</thead>
|
|
|
89 |
<tbody>
|
|
|
90 |
<tr>
|
|
|
91 |
<td>""</td>
|
|
|
92 |
<td>Permet de rechercher sur une expression exacte.</td>
|
21 |
jpm |
93 |
<td><a href="<?=sprintf($url_exemple, urlencode('"Archives de l\'herbier Granger"'))?>">"Archives de l'herbier Granger"</a></td>
|
20 |
jpm |
94 |
</tr>
|
|
|
95 |
<tr>
|
|
|
96 |
<td>%</td>
|
|
|
97 |
<td>Remplace n'importe quel nombre de caractères, y compris aucun.</td>
|
21 |
jpm |
98 |
<td><a href="<?=sprintf($url_exemple, urlencode('"herbier %Abbé% Carondelet"'))?>">"herbier %Abbé% Carondelet"</a></td>
|
20 |
jpm |
99 |
</tr>
|
|
|
100 |
<tr>
|
|
|
101 |
<td>_</td>
|
|
|
102 |
<td>Remplace exactement un caractère</td>
|
21 |
jpm |
103 |
<td><a href="<?=sprintf($url_exemple, urlencode('p:"Jo_l"'))?>">p:"Jo_l"</a></td>
|
20 |
jpm |
104 |
</tr>
|
|
|
105 |
</tbody>
|
|
|
106 |
</table>
|
|
|
107 |
</div>
|