1 | <?xml version="1.0.1" encoding="ISO-8859-1"?> |
---|
2 | <plugin> |
---|
3 | <nom><multi>[fr]Recherche Multi-Critères[en]Multi Keywords Research</multi></nom> |
---|
4 | <description> |
---|
5 | <multi> |
---|
6 | [fr]Recherche Multi-critères par mots-clés.<br /> |
---|
7 | La recherche multicritères par mots-clés permet de rechercher des articles sélectionnant un ou plusieurs mots-clé. La recherche retournera la liste d’articles associés à ces mots-clé<br /> |
---|
8 | Vous pouvez choisir le type d’affichage des groupes de mots dans le formulaire (<i>liste déroulante à choix multiple, liste déroulantes, cases à cocher à choix unique ou cases à cocher à choix multiple. </i>) |
---|
9 | Vous pouvez rechercher les articles associés à tous les mots ou non (et/ou)<br /> |
---|
10 | Vous pouvez limiter la recherche par date de publication des articles (-7 jours, -1 mois, -3 mois, -12 mois, tous)<br /> |
---|
11 | Dans le cas de l’affichage par rubriques, vous pouvez limiter ou non la recherche à la rubrique en cours.<br /> |
---|
12 | <strong>Ce plugin nécessite cfg v 1.3.8 ou supérieur.</strong><br /> |
---|
13 | [en]Multi Keywords Research<br /> |
---|
14 | The multicriteria search by keywords to search for items by selecting one or more keywords. The search will return a list of items associated with these keywords<br /> |
---|
15 | You can choose the type of display groups of words in the form (dropdown or checkboxes)<br /> |
---|
16 | You can search articles associated with all the words or not (and / or)<br /> |
---|
17 | You can narrow your search by date of publication of articles (-7 days, -1 month, -3 months -12 months, all)<br /> |
---|
18 | In the case of the display sections, you can limit or not looking at the current line.<br /> |
---|
19 | <strong>This plugin requires cfg v 1.3.8 or higher.</strong> |
---|
20 | </multi> |
---|
21 | </description> |
---|
22 | <lien>http://www.etab.ac-caen.fr/bureaudestests/TiSpip/spip.php?article189</lien> |
---|
23 | <version>0.1</version> |
---|
24 | <prefix>rec_mc</prefix> |
---|
25 | <etat>dev</etat> |
---|
26 | <auteur>Dom Lepaisant - d’après une contrib de <a href="http://www.netdeveloppeur.com/tutoriaux-et-astuces-spip/spip-recherche-multicriteres-article34.html">Paul Sanchez - NetDeveloppeur</a></auteur> |
---|
27 | <icon>img_pack/rec_mc-48.png</icon> |
---|
28 | <install>base/rec_mc_upgrade.php</install> |
---|
29 | <pipeline> |
---|
30 | <nom>ajouter_boutons</nom> |
---|
31 | <action>ajouterBoutons</action> |
---|
32 | <inclure>rec_mc_pipe.php</inclure> |
---|
33 | </pipeline> |
---|
34 | <pipeline> |
---|
35 | <nom>header_prive</nom> |
---|
36 | <inclure>rec_mc_pipe.php</inclure> |
---|
37 | </pipeline> |
---|
38 | <pipeline> |
---|
39 | <nom>insert_head</nom> |
---|
40 | <action>insert_head</action> |
---|
41 | <inclure>rec_mc_pipe.php</inclure> |
---|
42 | </pipeline> |
---|
43 | <categorie>navigation</categorie> |
---|
44 | <necessite id="SPIP" version="[1.9.0;]" /> |
---|
45 | <necessite id="cfg" version="[1.3.8;]" /> |
---|
46 | </plugin> |
---|