diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-08-31 16:05:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 16:05:24 +0000 |
commit | 840a32756489fe6fa5b27f2d08034033a0cc79de (patch) | |
tree | ccac8f77a21fbcea20fa46edf8b7726a57aa0183 /searx | |
parent | 66a27757fd8a8187c89a696f9af1d4ff913d4657 (diff) | |
parent | 2b3687780c4b562df637a211d5d28ef6c2e06aa8 (diff) | |
download | searxng-840a32756489fe6fa5b27f2d08034033a0cc79de.tar.gz searxng-840a32756489fe6fa5b27f2d08034033a0cc79de.zip |
Merge pull request #275 from koelle25/add-packagist
[enh] Add Packagist search engine
Diffstat (limited to 'searx')
-rw-r--r-- | searx/settings.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 1e5216a43..aec925087 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -938,6 +938,26 @@ engines: require_api_key: false results: HTML + - name: packagist + engine: json_engine + paging: true + search_url: https://packagist.org/search.json?q={query}&page={pageno} + results_query: results + url_query: url + title_query: name + content_query: description + categories: it + disabled: true + timeout: 5.0 + shortcut: pack + about: + website: https://packagist.org + wikidata_id: Q108311377 + official_api_documentation: https://packagist.org/apidoc + use_official_api: true + require_api_key: false + results: JSON + - name: pdbe engine: pdbe shortcut: pdb |