[Bug 4196] New: Defintion of popularity index into Unimar setup
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@gmail.com ReportedBy: tajoli@cilea.it CC: tajoli@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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4196 Zeno Tajoli <tajoli@cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Priority|P5 |PATCH-Sent -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4196 --- Comment #1 from Zeno Tajoli <tajoli@cilea.it> 2010-02-16 15:12:27 --- The link to the patch: http://lists.koha.org/pipermail/koha-patches/2010-February/005601.html -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4196 Zeno Tajoli <tajoli@cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Defintion of popularity |Defintion of popularity |index into Unimar setup |index into Unimarc setup -- 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.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com