[Koha-bugs] [Bug 13916] NORMARC can have analytics with leader 07 = a, b or p

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 27 10:44:24 CET 2015


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

--- Comment #1 from Magnus Enger <magnus at enger.priv.no> ---
Created attachment 37298
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37298&action=edit
Bug 13916 - NORMARC can have leader 07 = a, b or p

When a NORMARC record has leader 07 = s and "Show analytics"
links are generated, they look like this:

http://example.com/cgi-bin/koha/opac-search.pl?q=rcn:832083305+and+(bib-level:a+or+bib-level:b)

But NORMARC has three different types of analytics that can
be indicated in 07: a, b and p

So the links should look like this:

http://example.com/cgi-bin/koha/opac-search.pl?q=rcn:832083305+and+(bib-level:a+or+bib-level:b+or+bib-level:p)

To test:

- Create two records as described here:
  http://wiki.koha-community.org/wiki/Analytics
- Make sure you have leader position 07 = p
- Make sure the records are indexed
- Click on the "Show analytics" link from the host to the article record
- Verify that the article record is not found
- Apply the patch
- Click on the "Show analytics" link again
- Verify that the article record is now found

Or just read the patch and check that it makes sense in light of the fact that
NORMARC can have leader position 07 = a, b or p.

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


More information about the Koha-bugs mailing list