diff options
| author | Mohamed Elashri <muhammadelashri@gmail.com> | 2022-09-27 14:03:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-27 14:03:12 +0000 |
| commit | 212c98c9f55dc602f57b4f01a73192450e9782b7 (patch) | |
| tree | f30e1914601843df6919d64606b8f548c2918daa /searx/engines/core.py | |
| parent | 5832c70680580f6acd521f09548bc2102c187791 (diff) | |
| parent | 94c4cc126b16d4cd1653c410df63af4bc0a4e998 (diff) | |
Merge branch 'searxng:master' into master
Diffstat (limited to 'searx/engines/core.py')
| -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 |