1. 25 Nov, 2019 1 commit
  2. 01 Nov, 2019 1 commit
  3. 29 Oct, 2019 1 commit
  4. 24 Oct, 2019 3 commits
  5. 23 Oct, 2019 2 commits
  6. 16 Oct, 2019 14 commits
  7. 14 Oct, 2019 10 commits
  8. 06 Aug, 2019 4 commits
  9. 05 Aug, 2019 4 commits
    • Léo Bourrel's avatar
      Fix bing engine results count (#1387) · 88261e11
      Léo Bourrel authored
      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.
      88261e11
    • Alexandre Flament's avatar
      Merge pull request #1669 from dalf/engine-fixes · 12f891da
      Alexandre Flament authored
      Engine fixes
      12f891da
    • Dalf's avatar
      [fix] bing engine · 1cee2c17
      Dalf authored
      before this commit, sometimes there are no results
      use a generic user-agent instead of one with the OS "Windows NT 6.3; WOW64"
      1cee2c17
    • Dalf's avatar
      [fix] etymonline, voat engines · 9a378ca8
      Dalf authored
      9a378ca8