[Koha-bugs] [Bug 4196] New: Defintion of popularity index into Unimar setup

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Tue Feb 16 16:07:21 CET 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4196

           Summary: Defintion of popularity index into Unimar setup
           Product: Koha
           Version: rel_3_0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Searching
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: tajoli at cilea.it
                CC: tajoli at cilea.it
   Estimated Hours: 0.0
 Change sponsored?: ---


'popularity' is a way to sort bibliographic results of a search.

In the Zebra setup this sort is based on a value, the value of all loans done
with all items/copies of a specific bibliographic record.

In NoZebra setup the valuse is calucated every time with an SQL query on
loan data.

In Zebra setup the source of the data is the column biblioitems.totalissues of
the table biblioitems
To use popularity with zebra we need to transer the value in 
biblioitems.totalissues
to a specific subfield.

All is ok for MARC21 framework.
But not for unimarc framework
The two unimarc defintion that we have (french and english) say:
-- English: 990$0
-- French: 995$s

But 995 is the unimarc field for items, for the values of the table items.
The value of biblioitems.totalissues is connect with the bibliographic record,
not with items level.

But also the field 990 is used in French framewor for a different use.

So I will use 942$0 [as Marc21] and I will send a patch to use the subfield
942$0 as source of popularity index

The defintion file is ../etc/zebradb/marc_defs/unimarc/biblios/record.abs


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list