Skip to content
Snippets Groups Projects
Commit f97df757 authored by jgaimard's avatar jgaimard
Browse files

Rajout XX dans mots inclus

parent b180cb31
Branches
Tags
No related merge requests found
...@@ -48,7 +48,7 @@ class indexation { ...@@ -48,7 +48,7 @@ class indexation {
// Lire formes rejetées // Lire formes rejetées
$this->articles=array("L'","LE ","LA ","LES ","UN ","UNE "); $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", $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", "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"); "PAS","QUI","QUOI","VOS","AFIN","CECI","CELA","LUI","PAR","PUIS","SOI");
......
...@@ -146,6 +146,7 @@ class notice_marc21 extends notice_unimarc ...@@ -146,6 +146,7 @@ class notice_marc21 extends notice_unimarc
$this->traiteZone("246","510"); $this->traiteZone("246","510");
$this->traiteZone("130","500"); // titre uniforme $this->traiteZone("130","500"); // titre uniforme
$this->traiteZone("505","464"); // titres de depouillement $this->traiteZone("505","464"); // titres de depouillement
$this->traiteZone("856","464"); // morceaux docs sonores
$this->traiteZone("740","517"); // autres titres $this->traiteZone("740","517"); // autres titres
$this->traiteZone("773","461"); // chapeau $this->traiteZone("773","461"); // chapeau
$this->traiteZone("765","510"); // titre original $this->traiteZone("765","510"); // titre original
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment