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

--- Comment #1 from Magnus Enger <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to