diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-09-24 22:11:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-24 22:11:35 +0200 |
| commit | 94c4cc126b16d4cd1653c410df63af4bc0a4e998 (patch) | |
| tree | 68c1296b945aa2e824a52ecd4e5d2bd929854bac /searx/engines | |
| parent | bfd6f6184911b5f4e7dcc8ee040daa9b790a28cb (diff) | |
| parent | e36b023508c8c07a7398cd3f52772bc04d9f8c28 (diff) | |
Merge pull request #1806 from return42/paper-link
fix some leftovers in the science category
Diffstat (limited to 'searx/engines')
| -rw-r--r-- | searx/engines/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/core.py b/searx/engines/core.py index a997343f2..2a71a216c 100644 --- a/searx/engines/core.py +++ b/searx/engines/core.py @@ -18,7 +18,7 @@ about = { "results": 'JSON', } -categories = ['science'] +categories = ['science', 'scientific publications'] paging = True nb_per_page = 10 |