mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
88261e111c
This PR fixes the result count from bing which was throwing an (hidden) error and add a validation to avoid reading more results than avalaible. For example : If there is 100 results from some search and we try to get results from 120 to 130, Bing will send back the results from 0 to 10 and no error. If we compare results count with the first parameter of the request we can avoid this "invalid" results. |
||
---|---|---|
.. | ||
engines | ||
__init__.py | ||
test_answerers.py | ||
test_plugins.py | ||
test_preferences.py | ||
test_query.py | ||
test_results.py | ||
test_search.py | ||
test_utils.py | ||
test_webapp.py |