From f7f21c8726b2ee58374141b90efd0f9f28b834fd Mon Sep 17 00:00:00 2001 From: Tuur Martens Date: Tue, 11 Apr 2023 10:02:30 +0200 Subject: [PATCH] whole_word is a boolean, not a string (#1177) --- content/en/methods/filters.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/methods/filters.md b/content/en/methods/filters.md index f1d8c390..501b394a 100644 --- a/content/en/methods/filters.md +++ b/content/en/methods/filters.md @@ -206,7 +206,7 @@ keywords_attributes[][keyword] : String. A keyword to be added to the newly-created filter group. keywords_attributes[][whole_word] -: String. Whether the keyword should consider word boundaries. +: Boolean. Whether the keyword should consider word boundaries.