1
0
mirror of https://github.com/searx/searx synced 2025-03-19 04:50:13 +01:00
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.
2019-08-05 16:15:40 +02:00
..
2017-11-01 17:02:38 +01:00
2019-08-05 15:43:01 +02:00
2017-11-01 17:02:38 +01:00
2019-07-27 17:49:30 +02:00
2018-04-23 12:55:25 +03:00
2016-12-09 19:11:22 +01:00
2017-05-15 12:02:30 +02:00
2016-04-04 13:38:57 +02:00
2019-07-25 08:17:45 +02:00
2019-08-05 15:44:02 +02:00
2016-12-09 19:11:22 +01:00
2017-03-22 00:18:23 +01:00
2017-05-15 12:02:30 +02:00
2017-08-21 11:45:23 -05:00
2019-01-04 16:04:05 +01:00
2016-07-11 23:53:13 +07:00
2017-08-31 21:32:30 +02:00
2017-12-01 20:58:40 +01:00
2018-05-21 18:15:49 +02:00
2017-05-15 12:02:30 +02:00
2016-12-09 19:11:22 +01:00
2017-05-15 12:02:30 +02:00
2019-01-07 21:28:58 +01:00