diff options
author | Daniel Kukula <daniel.kuku@gmail.com> | 2024-05-03 16:52:02 +0100 |
---|---|---|
committer | Bnyro <82752168+Bnyro@users.noreply.github.com> | 2024-05-03 21:37:37 +0200 |
commit | 46d7a8289bdf9aab1c1e170dc5257a78fc38f80a (patch) | |
tree | dc2b5606f196ba48b564efcb7961b7abeb68026e /searx/settings.yml | |
parent | 04271e555b41138fcfcdd712323a62239e97e7c9 (diff) | |
download | searxng-46d7a8289bdf9aab1c1e170dc5257a78fc38f80a.tar.gz searxng-46d7a8289bdf9aab1c1e170dc5257a78fc38f80a.zip |
[feat] engine: implementation of https://hex.pm
The package manager for the Erlang ecosystem Find packages.
Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index a2b968832..a57bcfbd5 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -926,6 +926,11 @@ engines: shortcut: hn disabled: true + - name: hex + engine: hex + shortcut: hex + disabled: true + - name: hoogle engine: xpath search_url: https://hoogle.haskell.org/?hoogle={query} |