]> git.koha-community.org Git - koha.git/commit
Bug 8958: Make facets more UNIMARC compliant (revision 1)
authorMathieu Saby <mathieu.saby@univ-rennes2.fr>
Tue, 23 Oct 2012 20:09:31 +0000 (22:09 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Sat, 27 Oct 2012 01:28:08 +0000 (14:28 +1300)
commit82fc340e73b8b7fb9185cb9cd4e94c6f42f1312b
tree1eb876093ca231e622d2f0168f1ac4d28c89bd33
parentc08c3f82734cc326f6bc810d58e52565f17a0a60
Bug 8958: Make facets more UNIMARC compliant (revision 1)

Suppressions : I suppressed some indexes not existing in Unimarc : 603, 502,
504

Corrections :

  - Places : 651 was Marc21 => I put the right value (607)
  - Topics : 600a => 600ab (name/surname) ;  604a => 604at (author/title)

To test, take a record with 607, 600ab, 601ab, 604at, do a research matching
this record, and check if facets looks nicer that before...

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Works as described. 607 for Places is very useful! Other tweakings make sense.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Koha.pm