LP#1549505: Decrease value of Max popularity importance multiplier
authorKathy Lussier <klussier@masslnc.org>
Thu, 21 Jul 2016 16:02:38 +0000 (12:02 -0400)
committerKathy Lussier <klussier@masslnc.org>
Fri, 29 Jul 2016 20:56:11 +0000 (16:56 -0400)
My testing found that a setting between 1.1 and 1.2 resulted in fairly good
results when using the popularity-adjusted relevance sort. Adjusting the value
in the seed data to 1.1 since it will be a better starting point for libraries.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.statisitcal-ratings.sql

index c66bf60..7cda842 100644 (file)
@@ -11732,7 +11732,7 @@ INSERT INTO config.global_flag (name, label, value, enabled) VALUES (
         'cgf',
         'label'
     ),
-    '2.0',
+    '1.1',
     TRUE
 );
 
index d6e5a22..29bcaf7 100644 (file)
@@ -143,7 +143,7 @@ INSERT INTO config.global_flag (name, label, value, enabled) VALUES (
         'cgf',
         'label'
     ),
-    '2.0',
+    '1.1',
     TRUE
 );