Hi,
To begin with, thank you very much for this work.
I found out recently that this lib doesn't work anymore, Qwant always returns empty result sets... and set status to success !
After some research, I found out that it basically needs some extra params in the URL.
To be honest, I'm not sure about everything, but it does work as expected and it might be a little bit hacky:
t variable which is basically a copy of the query (I think it's t for translation, but not sure)
f variable which is due to be set (seems like it's a boolean but I don't know what it is)
- and
uiv variable which had to be set to 4
I'll be sending a PR following this issue.
Hi,
To begin with, thank you very much for this work.
I found out recently that this lib doesn't work anymore, Qwant always returns empty result sets... and set status to
success!After some research, I found out that it basically needs some extra params in the URL.
To be honest, I'm not sure about everything, but it does work as expected and it might be a little bit hacky:
tvariable which is basically a copy of the query (I think it'stfor translation, but not sure)fvariable which is due to be set (seems like it's a boolean but I don't know what it is)uivvariable which had to be set to4I'll be sending a PR following this issue.