From 10edcbe3c22716cf49a62b74a393ef346fac8aea Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 7 Jul 2022 20:42:41 +0100 Subject: [mod] Add engine for Emojipedia Emojipedia is an emoji reference website which documents the meaning and common usage of emoji characters in the Unicode Standard. It is owned by Zedge since 2021. Emojipedia is a voting member of The Unicode Consortium.[1] Cherry picked from @james-still [2[3] and slightly modified to fit SearXNG's quality gates. [1] https://en.wikipedia.org/wiki/Emojipedia [2] https://github.com/james-still/searx/commit/2fc01eb20f8de5f9cac492dcdfb817a6f0636580 [3] https://github.com/searx/searx/pull/3278 --- searx/settings.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 7bbdda85e..8bd2d1277 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -542,6 +542,12 @@ engines: timeout: 3.0 disabled: true + - name: emojipedia + engine: emojipedia + timeout: 4.0 + shortcut: em + disabled: true + - name: tineye engine: tineye shortcut: tin -- cgit v1.2.3