[PR #46] [MERGED] Added "I'm feeling lucky" function #774

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

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/46
Author: @icelander
Created: 5/15/2020
Status: Merged
Merged: 5/18/2020
Merged by: @benbusby

Base: masterHead: feeling-lucky


📝 Commits (2)

  • e5b24ac Putting '! ' at the beginning of the query now redirects to the first search result
  • 2ee1cfa Moved get_first_url outside of filter class

📊 Changes

3 files changed (+56 additions, -25 deletions)

View changed files

📝 app/filter.py (+36 -22)
📝 app/routes.py (+16 -3)
📝 test/test_routes.py (+4 -0)

📄 Description

Now when a search query starts with ! it will redirect the user to the first search result

Signed-off-by: Paul Rothrock paul@movetoiceland.com


🔄 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/46 **Author:** [@icelander](https://github.com/icelander) **Created:** 5/15/2020 **Status:** ✅ Merged **Merged:** 5/18/2020 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `master` ← **Head:** `feeling-lucky` --- ### 📝 Commits (2) - [`e5b24ac`](https://github.com/benbusby/whoogle-search/commit/e5b24ac102ede510d7f4f6b882d8617db1733dc3) Putting '! ' at the beginning of the query now redirects to the first search result - [`2ee1cfa`](https://github.com/benbusby/whoogle-search/commit/2ee1cfa830a425e1f0298597e3d484893371d46e) Moved get_first_url outside of filter class ### 📊 Changes **3 files changed** (+56 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `app/filter.py` (+36 -22) 📝 `app/routes.py` (+16 -3) 📝 `test/test_routes.py` (+4 -0) </details> ### 📄 Description Now when a search query starts with `! ` it will redirect the user to the first search result Signed-off-by: Paul Rothrock <paul@movetoiceland.com> --- <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:41 +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#774
No description provided.