[PR #89] [MERGED] Adding support to choose separately the langage of search and interface. #783

Closed
opened 2026-02-25 20:36:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/89
Author: @jacr13
Created: 6/17/2020
Status: Merged
Merged: 6/27/2020
Merged by: @benbusby

Base: developHead: lg_inter_search


📝 Commits (1)

  • e8acbc3 Adding support to choose separately the langage of search and the one for the interface (allowing a default givent by google).

📊 Changes

5 files changed (+25 additions, -9 deletions)

View changed files

📝 app/models/config.py (+3 -1)
📝 app/request.py (+2 -2)
📝 app/routes.py (+2 -2)
📝 app/templates/index.html (+16 -3)
📝 test/test_routes.py (+2 -1)

📄 Description

There are small changes to allow the user to choose separately the interface and search language.
In addition, it allows to not specify any so google choose the best. This is important for people using several languages, if you specify a specific language and make a search in another one the results are not very accurate.

Maybe a better name for the variable should be choose... I was not very inspired.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/benbusby/whoogle-search/pull/89 **Author:** [@jacr13](https://github.com/jacr13) **Created:** 6/17/2020 **Status:** ✅ Merged **Merged:** 6/27/2020 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `develop` ← **Head:** `lg_inter_search` --- ### 📝 Commits (1) - [`e8acbc3`](https://github.com/benbusby/whoogle-search/commit/e8acbc3ad9ca7ec123718594d6215f2bcea90a84) Adding support to choose separately the langage of search and the one for the interface (allowing a default givent by google). ### 📊 Changes **5 files changed** (+25 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `app/models/config.py` (+3 -1) 📝 `app/request.py` (+2 -2) 📝 `app/routes.py` (+2 -2) 📝 `app/templates/index.html` (+16 -3) 📝 `test/test_routes.py` (+2 -1) </details> ### 📄 Description There are small changes to allow the user to choose separately the interface and search language. In addition, it allows to not specify any so google choose the best. This is important for people using several languages, if you specify a specific language and make a search in another one the results are not very accurate. Maybe a better name for the variable should be choose... I was not very inspired. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:36:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#783
No description provided.