Originally created by @mluksenberg on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7222
# Bug Report
When I try to use GooglePSE as web engine for searching, it is returning bad request due the param &num=30 is not allowed by Google. The fix is not add that query-param for that specific engine
Here is an example how it is building the URL: https://www.googleapis.com/customsearch/v1?cx={iD}&q=Test&key={MYQUEY}&num=30
And Here is the correct URL: https://www.googleapis.com/customsearch/v1?cx={iD}&q=Test&key={MYQUEY}
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @mluksenberg on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7222
Bug Report
When I try to use GooglePSE as web engine for searching, it is returning bad request due the param &num=30 is not allowed by Google. The fix is not add that query-param for that specific engine
Here is an example how it is building the URL: https://www.googleapis.com/customsearch/v1?cx={iD}&q=Test&key={MYQUEY}&num=30
And Here is the correct URL: https://www.googleapis.com/customsearch/v1?cx={iD}&q=Test&key={MYQUEY}