Skip to content

Commit

Permalink
changed filter names to comply with existing names
Browse files Browse the repository at this point in the history
  • Loading branch information
wgresshoff committed Oct 15, 2024
1 parent 513e593 commit 6cbca0b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"type": "custom",
"char_filter": ["strip_special_chars"],
"filter": [
"rdm_lowercase",
"rdm_asciifolding",
"lowercasepreserveoriginal",
"asciifoldingpreserveoriginal",
"edgegrams"
]
},
Expand All @@ -24,8 +24,8 @@
"type": "custom",
"char_filter": ["strip_special_chars"],
"filter": [
"rdm_lowercase",
"rdm_asciifolding"
"lowercasepreserveoriginal",
"asciifoldingpreserveoriginal"
]
}
},
Expand All @@ -40,11 +40,11 @@
}
},
"filter": {
"rdm_lowercase": {
"lowercasepreserveoriginal": {
"type": "lowercase",
"preserve_original": true
},
"rdm_asciifolding": {
"asciifoldingpreserveoriginal": {
"type": "asciifolding",
"preserve_original": true
},
Expand Down

0 comments on commit 6cbca0b

Please sign in to comment.