From 6942e9551d4263b67e834f9537be14c366ebdb32 Mon Sep 17 00:00:00 2001 From: Fabian Hafner Date: Mon, 14 Feb 2022 11:59:15 +0100 Subject: [PATCH 1/2] Change ElasticSuite Regex Removed second pattern with groups matching full html document, extended first pattern to not only input tags --- src/technologies/e.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/technologies/e.json b/src/technologies/e.json index 6944c9224..065da8fe5 100644 --- a/src/technologies/e.json +++ b/src/technologies/e.json @@ -290,8 +290,7 @@ }, "description": "ElasticSuite is a merchandising suite for Magento and OroCommerce.", "html": [ - "]*Smile_Elasticsuite[^>]*>", - "<[\\S\\s.*]*Smile_Elasticsuite[\\S\\s.*]*>" + "<[^>]*Smile_Elasticsuite[^>]*>" ], "icon": "ElasticSuite.svg", "implies": [ @@ -1531,4 +1530,4 @@ }, "website": "https://experiencedcms.berkearas.de" } -} \ No newline at end of file +} From 81aba03bb0f9a3573b5abdc04c62035839e8c189 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 15 Feb 2022 10:56:08 +1100 Subject: [PATCH 2/2] Update e.json --- src/technologies/e.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/technologies/e.json b/src/technologies/e.json index 065da8fe5..6fb63af4a 100644 --- a/src/technologies/e.json +++ b/src/technologies/e.json @@ -289,9 +289,6 @@ "STVID": "\\;confidence:50" }, "description": "ElasticSuite is a merchandising suite for Magento and OroCommerce.", - "html": [ - "<[^>]*Smile_Elasticsuite[^>]*>" - ], "icon": "ElasticSuite.svg", "implies": [ "PHP", @@ -308,7 +305,7 @@ "OroCommerce", "Magento" ], - "scriptSrc": "Smile_ElasticsuiteTracker/js/tracking\\.js", + "scriptSrc": "/Smile_ElasticsuiteTracker/", "website": "https://elasticsuite.io" }, "Elasticsearch": {