Skip to content

Commit

Permalink
Merge pull request #2409 from Automattic/update/word_delimeter_base_f…
Browse files Browse the repository at this point in the history
…ilter

switch word_delimeter based filter
  • Loading branch information
felipeelia authored Oct 18, 2021
2 parents 5366ced + da2a6be commit 46ed19a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/mappings/comment/7-0.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
'max_shingle_size' => 5,
],
'ewp_word_delimiter' => [
'type' => 'word_delimiter',
'type' => 'word_delimiter_graph',
'preserve_original' => true,
],
'ewp_snowball' => [
Expand Down
2 changes: 1 addition & 1 deletion includes/mappings/post/7-0.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
'max_shingle_size' => 5,
),
'ewp_word_delimiter' => array(
'type' => 'word_delimiter',
'type' => 'word_delimiter_graph',
'preserve_original' => true,
),
'ewp_snowball' => array(
Expand Down
2 changes: 1 addition & 1 deletion includes/mappings/term/7-0.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'max_shingle_size' => 5,
],
'ewp_word_delimiter' => [
'type' => 'word_delimiter',
'type' => 'word_delimiter_graph',
'preserve_original' => true,
],
'ewp_snowball' => [
Expand Down
2 changes: 1 addition & 1 deletion includes/mappings/user/7-0.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
'max_shingle_size' => 5,
),
'ewp_word_delimiter' => array(
'type' => 'word_delimiter',
'type' => 'word_delimiter_graph',
'preserve_original' => true,
),
'ewp_snowball' => array(
Expand Down

0 comments on commit 46ed19a

Please sign in to comment.