[DOCS] Fix typo in `html_strip` char filter docs
This commit is contained in:
parent
2ef30217e0
commit
63e962c99a
|
@ -91,8 +91,8 @@ value of `[ "p" ]` skips the `<p>` HTML element.
|
||||||
[[analysis-htmlstrip-charfilter-customize]]
|
[[analysis-htmlstrip-charfilter-customize]]
|
||||||
==== Customize
|
==== Customize
|
||||||
|
|
||||||
To customize the `html_strip` filter, duplicate it to create the basis
|
To customize the `html_strip` filter, duplicate it to create the basis for a new
|
||||||
for a new custom token filter. You can modify the filter using its configurable
|
custom character filter. You can modify the filter using its configurable
|
||||||
parameters.
|
parameters.
|
||||||
|
|
||||||
The following <<indices-create-index,create index API>> request
|
The following <<indices-create-index,create index API>> request
|
||||||
|
|
Loading…
Reference in New Issue