From f97df757ee000e6951f7038a16394877e5207244 Mon Sep 17 00:00:00 2001 From: jgaimard <jgaimard@git-test.afi-sa.fr> Date: Thu, 4 Apr 2013 15:22:02 +0000 Subject: [PATCH] Rajout XX dans mots inclus --- cosmogramme/php/classes/classe_indexation.php | 2 +- cosmogramme/php/classes/classe_notice_marc21.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cosmogramme/php/classes/classe_indexation.php b/cosmogramme/php/classes/classe_indexation.php index 80766d208cb..4cc547265d9 100644 --- a/cosmogramme/php/classes/classe_indexation.php +++ b/cosmogramme/php/classes/classe_indexation.php @@ -48,7 +48,7 @@ class indexation { // Lire formes rejetées $this->articles=array("L'","LE ","LA ","LES ","UN ","UNE "); - $this->inclu=array("AN","AS","OR","U2","AI","LU","XO","DO","RE","MI","FA","SI","AC","DC","XX","B","C","D","E","F","G","H","I","J","K","M","N","P","Q","R","S","T","V","W","X","Y","Z","L","YU","UT","LI","OC","PI","ZU","WU","TO","OZ","ZZ"); + $this->inclu=array("AN","AS","OR","U2","AI","LU","XO","DO","RE","MI","FA","SI","AC","DC","XX","B","C","D","E","F","G","H","I","J","K","M","N","P","Q","R","S","T","V","W","X","Y","Z","L","YU","UT","LI","OC","PI","ZU","WU","TO","OZ","ZZ","XX"); $this->exclu = array("LES","DES","MES","TES","ENTRE","CHEZ","SES","LEUR","MON","ENTRE","POUR","ELLE","ILS","COMME","DANS", "EUX","CEUX","MAIS","MEME","SANS","TOME","VERS","VOUS","CECI","CES","ETC","PARCE","QUE","QUEL","QUELLE","QUELS","QUELLES", "PAS","QUI","QUOI","VOS","AFIN","CECI","CELA","LUI","PAR","PUIS","SOI"); diff --git a/cosmogramme/php/classes/classe_notice_marc21.php b/cosmogramme/php/classes/classe_notice_marc21.php index 2be508b6454..cce7a677f3f 100644 --- a/cosmogramme/php/classes/classe_notice_marc21.php +++ b/cosmogramme/php/classes/classe_notice_marc21.php @@ -146,6 +146,7 @@ class notice_marc21 extends notice_unimarc $this->traiteZone("246","510"); $this->traiteZone("130","500"); // titre uniforme $this->traiteZone("505","464"); // titres de depouillement + $this->traiteZone("856","464"); // morceaux docs sonores $this->traiteZone("740","517"); // autres titres $this->traiteZone("773","461"); // chapeau $this->traiteZone("765","510"); // titre original -- GitLab