diff options
| author | Tom <70907959+ZetaTom@users.noreply.github.com> | 2021-11-17 18:13:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-17 18:13:54 +0100 |
| commit | e1d60051cac413e208ad94d1cd0913fc6e9abcac (patch) | |
| tree | 2afc009dc0cf0ea76f8649dfbf0898aac1c3612f /docs/dev/quickstart.rst | |
| parent | 08d66804140f860837c9a03d2c0bdedd78b6cd14 (diff) | |
[fix] Qwant search query string
Search string: "!qwant time"
Resulting request URL: https://api.qwant.com/v3/search/web?q=q=time&count=10&offset=0&device=desktop&safesearch=1&locale=en_US
Notice the double "q="
Resulting request URL after fix: https://api.qwant.com/v3/search/web?q=time&count=10&offset=0&device=desktop&safesearch=1&locale=en_US
Diffstat (limited to 'docs/dev/quickstart.rst')
0 files changed, 0 insertions, 0 deletions