From d1f2283a655d44487614d14ea1a093da595334b8 Mon Sep 17 00:00:00 2001
From: Matthieu Marcillaud <marcimat@rezo.net>
Date: Fri, 24 Sep 2010 20:53:34 +0000
Subject: [PATCH] Jointures des recherches sur mot, dans le plugin mots
 (http://zone.spip.org/trac/spip-zone/changeset/41098).

---
 ecrire/inc/rechercher.php | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/ecrire/inc/rechercher.php b/ecrire/inc/rechercher.php
index 2241be9e04..4ca1a74ab1 100644
--- a/ecrire/inc/rechercher.php
+++ b/ecrire/inc/rechercher.php
@@ -64,19 +64,13 @@ function liste_des_jointures() {
 			array(
 			'article' => array(
 				'auteur' => array('nom' => 10),
-				'mot' => array('titre' => 3),
 				'document' => array('titre' => 2, 'descriptif' => 1)
 			),
 			'breve' => array(
-				'mot' => array('titre' => 3),
 				'document' => array('titre' => 2, 'descriptif' => 1)
 			),
 			'rubrique' => array(
-				'mot' => array('titre' => 3),
 				'document' => array('titre' => 2, 'descriptif' => 1)
-			),
-			'document' => array(
-				'mot' => array('titre' => 3)
 			)
 		)
 	);
-- 
GitLab