From e3bc83980209a5d74c1bfbc91eca6cb12e491253 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 18 Dec 2020 19:23:04 +0600 Subject: [PATCH 1/2] Add Athena Search/ Search engine --- .../webextension/images/icons/Athena Search.svg | 5 +++++ src/technologies.json | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Athena Search.svg diff --git a/src/drivers/webextension/images/icons/Athena Search.svg b/src/drivers/webextension/images/icons/Athena Search.svg new file mode 100644 index 000000000..c809b05c2 --- /dev/null +++ b/src/drivers/webextension/images/icons/Athena Search.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies.json b/src/technologies.json index e71b6f4ad..ec4765ca2 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1778,6 +1778,18 @@ "scripts": "asciinema\\.org/", "website": "https://asciinema.org/" }, + "Athena Search": { + "cats": [ + 29 + ], + "description": "Athena Search is a customizable autocomplete, feature-rich dashboard, smart predictions, real-time reports search engine developed from scratch by Syncit Group’s.", + "icon": "Athena Search.svg", + "html": "]+href=\"[^>]*athena/autocomplete/css/autocomplete\\.css", + "scripts": "wp-content/plugins/athena-search", + "saas": true, + "pricing": ["payg"], + "website": "https://www.athenasearch.io" + }, "Atlassian Bitbucket": { "cats": [ 47 From 6ec80f874e609e9e7600880b3e9dfae2c0525bc3 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Sat, 19 Dec 2020 08:57:05 +1100 Subject: [PATCH 2/2] Update technologies.json --- src/technologies.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index ec4765ca2..67a5dfd3f 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1784,7 +1784,13 @@ ], "description": "Athena Search is a customizable autocomplete, feature-rich dashboard, smart predictions, real-time reports search engine developed from scratch by Syncit Group’s.", "icon": "Athena Search.svg", - "html": "]+href=\"[^>]*athena/autocomplete/css/autocomplete\\.css", + "dom": { + "link[href*='athena/autocomplete/css/autocomplete.css']": { + "attributes": { + "href": "" + } + } + }, "scripts": "wp-content/plugins/athena-search", "saas": true, "pricing": ["payg"],