[Koha-bugs] [Bug 5318] New: rank weight error in ccl.properties

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 26 19:58:29 CEST 2010


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

           Summary: rank weight error in ccl.properties
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Searching
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: fridolyn.somers at gmail.com
         QAContact: koha-bugs at lists.koha-community.org
   Estimated Hours: 0.0


In ccl.properties, rank weights are defined for a weighted query. (look at
Search.pm)

It is :
 # Rank Weights
 r1 9=32
 r2 9=28
 r3 9=26
 r4 9=10
 r5 9=22
 r6 9=20
 r7 9=18
 r8 9=16
 r9 9=14

Rank r4 is wrong, it should be : 
 r4 9=24

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list