https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

            Bug ID: 39287
           Summary: Improve "Show volume" search with a more specialized
                    search index
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Cataloging
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

Currently the rcn index used to search for volumes contains all $w subfields
from 7xx and 8xx linking fields. In some cases this is too broad, even tho we
are additionally limiting to monographs.

Example:
Search volumes will also find
- records with a 775$w - other edition
- records with a matching 780/785$w - preceeding or succeeding
...

A specific index for searching volumes (rcn-volumes) should contain:

- 773$w (we still need to limit to monographic, because these could also be
analytcal links)
- 800$w
- 810$w
- 811$w
- 830$w

Once the index is defined we can update the XSLT and the method for determining
if the "Show volumes" link should be shown to use it and have a correct result
list.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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