[Koha-bugs] [Bug 9972] Add/ change some zebra indexes (MARC21) (GRS1+DOM)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 17 17:14:08 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9972

--- Comment #18 from Mirko Tietgen <mirko at abunchofthings.net> ---
To test:

1) Apply patch.
2) Create test DB (cf. INSTALL.debian, change <user> and <pass>)
mysqladmin -uroot -p<pass> create bug9972
mysql -uroot -p<pass>
grant all on bug9972.* to '<user>'@'localhost' identified by '<pass>';
flush privileges;
3) Run Makefile.PL, choose some local path for test installation, choose GRS-1
for biblio indexing.
4) Run make, make install.
5) symlink /etc/instancename/koha-httpd.conf to
/etc/apache2/sites-available/instancename, a2ensite instancename. disable other
koha instance if neccessary, 
5) Run webinstaller.
6) Catalogue a record with data in
-- 041$a (eg audio)
-- 041$j (eg subtitle)
-- 521$a (eg fivetwoone)
-- 653$a (eg sixfivethree)
-- 655$a (eg sixfivefive)
-- 658$a (eg sixfiveeight)
7) Reindex. Also check if zebrasrv for that instance is running, mine wasn't.
8) Try searches, change q= at the end to match your test record data.
http://YourOPAC/opac-search.pl?idx=ln-audio&q=audio
http://YourOPAC/opac-search.pl?idx=ln-subtitle&q=subtitle
http://YourOPAC/opac-search.pl?idx=lex&q=fivetwoone
http://YourOPAC/opac-search.pl?idx=Index-term-genre&q=sixfivefive
http://YourOPAC/opac-search.pl?idx=Index-term-uncontrolled&q=sixfivethree
http://YourOPAC/opac-search.pl?idx=curriculum&q=sixfiveeight
You should reach the correct record with each search.
9) Run Makefile.PL, choose the same local path as last time, choose DOM for
biblio indexing.
10) Run make, make install.
11) Reindex.
12) Try searches described in 8 again. You should find your test record for all
queries.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list