Skip to content

Commit

Permalink
Fuzziness is not compatible with multi_match phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Nov 8, 2016
1 parent 8ce41db commit feb7361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/class-ep-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,6 @@ public function format_args( $args ) {
'type' => 'phrase',
'fields' => $search_fields,
'boost' => apply_filters( 'ep_match_phrase_boost', 4, $search_fields, $args ),
'fuzziness' => 0,
)
),
array(
Expand Down

0 comments on commit feb7361

Please sign in to comment.