From 54c8de86c73ce831df7912428b4f9fd849d67aca Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 7 May 2023 21:35:08 +0200 Subject: docs: language table added (#5375) * docs: language table added * Update 05_Configuration.md * Update 05_Configuration.md * french docs * Unicode quote and a few fixes (Same search&replace aslo applied to a few other files) --------- Co-authored-by: Alexandre Alapetite --- app/Models/BooleanSearch.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Models/BooleanSearch.php') diff --git a/app/Models/BooleanSearch.php b/app/Models/BooleanSearch.php index f4979b22b..ea03165d5 100644 --- a/app/Models/BooleanSearch.php +++ b/app/Models/BooleanSearch.php @@ -33,8 +33,8 @@ class FreshRSS_BooleanSearch { $input = $this->parseUserQueryIds($input); } - // Either parse everything as a series of BooleanSearch's combined by implicit AND - // or parse everything as a series of Search's combined by explicit OR + // Either parse everything as a series of BooleanSearch’s combined by implicit AND + // or parse everything as a series of Search’s combined by explicit OR $this->parseParentheses($input, $level) || $this->parseOrSegments($input); } -- cgit v1.2.3