diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-02-12 10:58:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-12 10:58:28 +0100 |
| commit | d76660463b9001137c092d61a2781464f8345316 (patch) | |
| tree | 914c1696ebedf570019d8e52ef054df4a9c7995a /searx/settings.yml | |
| parent | 7dcf67a47afd4a63b62d052b9db51ec8a9c7b40c (diff) | |
| parent | ff84a1af35c04855ae6e5c2463b978111d8c9fb1 (diff) | |
Merge pull request #2562 from dalf/mod-json-engine
[mod] json_engine: add content_html_to_text and title_html_to_text
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 4e926d73c..32ba504a2 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -267,7 +267,9 @@ engines: search_url : https://search.crossref.org/dois?q={query}&page={pageno} url_query : doi title_query : title + title_html_to_text: True content_query : fullCitation + content_html_to_text: True categories : science shortcut : cr about: @@ -757,6 +759,7 @@ engines: url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$ title_query : metadata/oaf:entity/oaf:result/title/$ content_query : metadata/oaf:entity/oaf:result/description/$ + content_html_to_text: True categories : science shortcut : oad timeout: 5.0 @@ -776,6 +779,7 @@ engines: url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$ title_query : metadata/oaf:entity/oaf:result/title/$ content_query : metadata/oaf:entity/oaf:result/description/$ + content_html_to_text: True categories : science shortcut : oap timeout: 5.0 |