[Koha-bugs] [Bug 20662] New: The "most poplular" function on the opac does not honour opac supression

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 26 04:58:59 CEST 2018


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

            Bug ID: 20662
           Summary: The "most poplular" function on the opac does not
                    honour opac supression
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org

The "most popular" function on the OPAC does not honour the opac suppression in
the 942$n subfield. 

I think this is because "most popular" is based on a database query, and the
opac suppression is in a MARC field which is indexed in Zebra.

I think the solution is probably to create a biblio.suppressed field and have
the 942$n store data in that field. Then we check that database field for
things like "most popular" and other database queries.

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


More information about the Koha-bugs mailing list