jointures pour rechercher dans les chapitres quand on cherche les
articles
This commit is contained in:
parent
d34e6b3c6f
commit
d88e3f790d
@ -132,3 +132,11 @@ function libreavous_objet_compte_enfants($flux) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
function libreavous_rechercher_liste_des_jointures($tables){
|
||||
// rechercher en plus dans les chapitres si on cherche dans un article
|
||||
$tables['article']['chapitre']['titre'] = 5;
|
||||
$tables['article']['chapitre']['references_sujet'] = 3;
|
||||
$tables['article']['chapitre']['description_rss'] = 3;
|
||||
return $tables;
|
||||
}
|
||||
|
@ -29,6 +29,7 @@
|
||||
<pipeline nom="boite_infos" inclure="libreavous_pipelines.php" />
|
||||
<pipeline nom="objet_compte_enfants" inclure="libreavous_pipelines.php" />
|
||||
<pipeline nom="affiche_milieu" inclure="libreavous_pipelines.php" />
|
||||
<pipeline nom="rechercher_liste_des_jointures" inclure="libreavous_pipelines.php" />
|
||||
|
||||
<menu nom="configurer_libreavous" titre="libreavous:options_libreavous" parent="menu_squelette" icone="images/baz_april-16.png" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user