Skip to content

Commit

Permalink
update analyser filter
Browse files Browse the repository at this point in the history
  • Loading branch information
vietnguyengit committed Aug 28, 2024
1 parent effa6b6 commit 3441c0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"non_standard_pattern_filter": {
"type": "pattern_replace",
"pattern": ".*[^a-zA-Z0-9- ].*",
"pattern": ".*[^a-zA-Z- ].*",
"replacement": ""
},
"remove_numbers": {
Expand Down
Loading

0 comments on commit 3441c0b

Please sign in to comment.