http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9972 Kyle M Hall <kyle.m.hall@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle.m.hall@gmail.com --- Comment #5 from Kyle M Hall <kyle.m.hall@gmail.com> --- I tried to test this patch and was only able to get URL_to_your_OPAC/opac-search.pl?idx=lex&q=VALUE1 to work. I symlinked all the files to my koha-dev dir like this: lrwxrwxrwx 1 koha koha 47 Apr 5 11:03 ../koha-dev/etc/zebradb/ccl.properties -> /home/koha/kohaclone/etc/zebradb/ccl.properties lrwxrwxrwx 1 koha koha 53 Apr 5 12:25 ../koha-dev/etc/zebradb/biblios/etc/bib1.att -> /home/koha/kohaclone/etc/zebradb/biblios/etc/bib1.att lrwxrwxrwx 1 koha koha 83 Apr 5 11:05 ../koha-dev/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml -> /home/koha/kohaclone/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml lrwxrwxrwx 1 koha koha 84 Apr 5 12:22 ../koha-dev/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl -> /home/koha/kohaclone/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl lrwxrwxrwx 1 koha koha 68 Apr 5 12:23 ../koha-dev/etc/zebradb/marc_defs/marc21/biblios/record.abs -> /home/koha/kohaclone/etc/zebradb/marc_defs/marc21/biblios/record.abs Did I miss anything? (In reply to comment #4)
Created attachment 17137 [details] [review] 9972 Add/ change some zebra indexes (MARC21) (GRS1)
This patch adds :w and :p versions to the index for »Lexile number« (it has only :n so far) and adds indexes for 653$a (Index term uncontrolled) and 655$a (Index term Genre/Form). It also adds the »curriculum«-index to Search.pm.
9972 Follow-up: DOM version
A DOM version of the same indexes
Squashed both patches together.
-- You are receiving this mail because: You are watching all bug changes.