Skip to content

Commit

Permalink
[DOCS] Fix case sensitivity for Elision token filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Mar 3, 2021
1 parent 4cd6c6c commit c9a8c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plane) will tokenized as "avion" (plane).

Accepts `articles` parameter which is a set of stop words articles. Also accepts
`articles_case`, which indicates whether the filter treats those articles as
case sensitive.
case insensitive.

For example:

Expand Down

0 comments on commit c9a8c60

Please sign in to comment.