Making WordPress.org

Changeset 3573


Ignore:
Timestamp:
06/24/2016 03:51:16 PM (10 years ago)
Author:
tellyworth
Message:

Plugin directory search: lower the title phrase match boost now that [3572] has resolved issues with newer and less popular plugins.

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

    r3572 r3573  
    621621                                                                'type'  => 'phrase',
    622622                                                                'analyzer' => $analyzer,
    623                                                                 'boost' => 5,
     623                                                                'boost' => 2,
    624624                                                        ),
    625625                                                ),
Note: See TracChangeset for help on using the changeset viewer.