diff options
author | Noémi Ványi <sitbackandwait@gmail.com> | 2021-03-27 16:58:32 +0100 |
---|---|---|
committer | Noémi Ványi <sitbackandwait@gmail.com> | 2021-03-27 16:58:32 +0100 |
commit | 9bb312c505c2749862372c0ff56ba47e087a9edc (patch) | |
tree | 7eaed6e909012dc793518600764bc363f9c9479d | |
parent | f596f5767bed915a5c3bed59ae26283e53f975ca (diff) | |
download | searxng-9bb312c505c2749862372c0ff56ba47e087a9edc.tar.gz searxng-9bb312c505c2749862372c0ff56ba47e087a9edc.zip |
Remove duplicated key from dict in Semantic Scholar
-rw-r--r-- | searx/engines/semantic_scholar.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/semantic_scholar.py b/searx/engines/semantic_scholar.py index a49f84b67..297d0cf71 100644 --- a/searx/engines/semantic_scholar.py +++ b/searx/engines/semantic_scholar.py @@ -20,7 +20,6 @@ def request(query, params): "sort": "relevance", "useFallbackRankerService": False, "useFallbackSearchCluster": False, - "performTitleMatch": True, "getQuerySuggestions": False, "authors": [], "coAuthors": [], |