Changeset 14809
- Timestamp:
- 04/13/2026 04:06:34 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-search.php
r14764 r14809 279 279 'multi_match' => [ 280 280 'query' => $search_phrase, 281 'fields' => $this->localise_es_fields( 'title', 'slug_text'),281 'fields' => $this->localise_es_fields( [ 'title', 'slug_text' ] ), 282 282 'type' => 'most_fields', 283 283 'boost' => 5,
Note: See TracChangeset
for help on using the changeset viewer.