Skip to content

Commit

Permalink
Merge pull request #2287 from 10up/fix/issue-2187
Browse files Browse the repository at this point in the history
Synonyms Type
  • Loading branch information
oscarssanchez authored Aug 10, 2021
2 parents 62ca2ee + 77da7ad commit 88dbe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/Feature/Search/Synonyms.php
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ public function get_synonym_filter() {
return apply_filters(
'ep_synonyms_filter',
[
'type' => 'synonym',
'type' => 'synonym_graph',
'lenient' => true,
'synonyms' => $this->get_synonyms(),
]
Expand Down

0 comments on commit 88dbe88

Please sign in to comment.