Changeset 4450
- Timestamp:
- 11/30/2016 08:15:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/libs/site-search/jetpack-search.php
r4443 r4450 622 622 'fields' => $args['query_fields'], 623 623 'type' => 'cross_fields', 624 ' analyzer' => $analyzer624 'operator' => 'and', 625 625 ), 626 626 ), … … 631 631 'fields' => $args['query_fields'], 632 632 'type' => 'phrase', 633 'analyzer' => $analyzer634 633 ), 635 634 ),
Note: See TracChangeset
for help on using the changeset viewer.