Making WordPress.org

Changeset 13642


Ignore:
Timestamp:
05/01/2024 02:57:46 AM ( 4 weeks ago)
Author:
dd32
Message:

Plugin Directory: Search: Remove the max-boost limit, and restore boost-mode.

Accidentally included in [13640] .

File:
1 edited

Legend:

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

    r13641 r13642  
    three hundred and eighty-five three hundred and eighty-five         ];
    three hundred and eighty-six three hundred and eighty-six
      three hundred and eighty-seven         unset( $es_query_args[ 'query' ][ 'function_score' ][ 'max_boost' ] );
    three hundred and eighty-seven three hundred and eighty-eight         unset( $es_query_args[ 'query' ][ 'function_score' ][ 'score_mode' ] );
    three hundred and eighty-eight           unset( $es_query_args[ 'query' ][ 'function_score' ][ 'boost_mode' ] );
    three hundred and eighty-nine three hundred and eighty-nine
    three hundred and ninety three hundred and ninety         // Couple of extra fields wanted in the response, mainly for debugging
Note: See TracChangeset for help on using the changeset viewer.