You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Léo Bourrel 88261e111c Fix bing engine results count (#1387)
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.
5 years ago
..
answerers [fix] small fixes in preferences view's text 5 years ago
data [fix] fetch google's supported languages 6 years ago
engines Fix bing engine results count (#1387) 5 years ago
plugins [enh] Add preference section to two upstream plugins for simple theme integration 6 years ago
static [enh] add invidious engine. (#1657) 5 years ago
templates [fix] fix paging for the oscar theme after PR #1640 5 years ago
translations [fix] escape perecent signs in translation file (#1528) 5 years ago
__init__.py Add addr setup via SEARX_BIND_ADDRESS 5 years ago
autocomplete.py [fix] never pass bangs to autocomplete suggestions 5 years ago
exceptions.py [enh] validate input and raise an exception inside search.py. The exception message is output in json and rss format. 8 years ago
languages.py fix fetch_langauges to be more accurate 6 years ago
poolrequests.py [fix] measure request duration only if total_time attribute is set - fixes autocompleter 7 years ago
preferences.py [fix] preference query parameter decoding (#1599) 5 years ago
query.py [enh] Add timeout limit per request (#1640) 5 years ago
results.py [fix] don't merge image results if the img_src is different 5 years ago
search.py [fix] fix paging for the oscar theme after PR #1640 5 years ago
settings.yml [fix] etymonline, voat engines 5 years ago
settings_robot.yml Fix ./manage.sh robot_tests (#1633) 5 years ago
testing.py [fix] fix monkey patch in test_webapp.py (#1667) 5 years ago
url_utils.py minor fixes of pubmed engine 7 years ago
utils.py [fix] fix flickr_noapi decoding (#1655) 5 years ago
version.py update changelog and version.py 6 years ago
webapp.py [enh] Add timeout limit per request (#1640) 5 years ago