From 34648b9c053b1edfb23f73f7e52f24a4b8cd91db Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Tue, 13 Feb 2018 14:18:48 +1300 Subject: [PATCH] Missing 'n' --- code/SQLite3Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/SQLite3Database.php b/code/SQLite3Database.php index 02d5082..b390fb0 100644 --- a/code/SQLite3Database.php +++ b/code/SQLite3Database.php @@ -348,7 +348,7 @@ class SQLite3Database extends Database "(Title LIKE '%$relevanceKeywords%' OR MenuTitle LIKE '%$relevanceKeywords%'" . " OR Content LIKE '%$relevanceKeywords%' OR MetaDescription LIKE '%$relevanceKeywords%')" . " + (Title LIKE '%$htmlEntityRelevanceKeywords%' OR MenuTitle LIKE '%$htmlEntityRelevanceKeywords%'" - . " OR Content LIKE '%$htmlEntityRelevanceKeywords%' OR MetaDescriptio " + . " OR Content LIKE '%$htmlEntityRelevanceKeywords%' OR MetaDescription " . " LIKE '%$htmlEntityRelevanceKeywords%')"; $relevance[$fileClass] = "(Name LIKE '%$relevanceKeywords%' OR Title LIKE '%$relevanceKeywords%')"; } else {