Making WordPress.org


Ignore:
Timestamp:
01/13/2017 03:50:08 AM (7 years ago)
Author:
tellyworth
Message:

Plugin directory search: correct weightings from @gibrown for r4627.

See #1692

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/libs/site-search/jetpack-search.php

    r4627 r4654  
    762762                                'field_value_factor' => array(
    763763                                    'field' => 'active_installs',
    764                                     'factor' => 0.25,
     764                                    'factor' => 0.375,
    765765                                    'modifier' => 'log2p',
    766766                                    'missing' => 1,
     
    773773                                        'offset' => 0,
    774774                                        'scale' => 900000,
    775                                         'decay' => 0.5,
     775                                        'decay' => 0.75,
    776776                                    ),
    777777                                ),
Note: See TracChangeset for help on using the changeset viewer.