1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-20 13:21:35 +02:00

Merge pull request #275 from koelle25/add-packagist

[enh] Add Packagist search engine
This commit is contained in:
Markus Heiser 2021-08-31 16:05:24 +00:00 committed by GitHub
commit 840a327564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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