http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11202
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #53 from Katrin Fischer <[email protected]> --- What I did after applying the patch: cp etc/searchengine/queryparser.yaml ../koha-devU/etc/searchengine/queryparser.yaml cp etc/zebradb/ccl.properties ../koha-devU/etc/zebradb/ccl.properties cp etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml ../koha-devU/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml cp etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl ../koha-devU/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl cp etc/zebradb/marc_defs/unimarc/biblios/record.abs ../koha-devU/etc/zebradb/marc_defs/unimarc/biblios/record.abs Completely reindexed the bibliographic data using -b -v -r -x Full reindex and searching for Dissertation-information worked nicely in DOM and GRS1. But... 1) In general I am having problems with pubdate and acqdate searches in UNIMARC compared to their MARC21 equivalents Mathieu, could you please take a look? Syntaxes I tried: pubdate=yyyy, pubdate:yyyy With QueryParser: pubdate(yyyy), acqdate(yyyy) 2) It would be nice if Dissertation-information could also be added for MARC21 on a seaparate bug later on. 3) In general I am a bit worried about removing indexes. I can see, why some subfields are not making much sense to index, I also have read the comments on bug 11119, but some of the changes might be debatable. For example the following change could break functionality some libraries rely on. Maybe it would not hurt to keep those around? -#FIXME Fields 603, 630, 631, 632, 633, 634, 635, 636, 646 are not defined in Unimarc, but may be used by some libraries. -melm 603 Subject,Subject:p -melm 630 Subject,Subject:p -melm 631 Subject,Subject:p -melm 632 Subject,Subject:p -melm 633 Subject,Subject:p -melm 634 Subject,Subject:p -melm 635 Subject,Subject:p -melm 636 Subject,Subject:p -melm 646 Subject,Subject:p Failing for now until 1) can be resolved. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
