diff --git a/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-search.php b/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-search.php
index 40c554702..a81f71e96 100644
a
|
b
|
class Plugin_Search { |
255 | 255 | 'title_en.ngram^' . $this->en_boost, |
256 | 256 | ] ), |
257 | 257 | 'type' => 'phrase', |
258 | | 'boost' => 0.2, |
| 258 | 'boost' => 2, |
259 | 259 | ], |
260 | 260 | ]; |
261 | 261 | |
… |
… |
class Plugin_Search { |
270 | 270 | 'title_en^' . $this->en_boost, |
271 | 271 | 'slug_text', |
272 | 272 | ] ), |
273 | | 'type' => 'best_fields', |
274 | | 'boost' => 2, |
| 273 | 'type' => 'most_fields', |
| 274 | 'boost' => 5, |
275 | 275 | ], |
276 | 276 | ]; |
277 | 277 | |