mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #166] Ability to copy search result URL #119
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Aikatsui on GitHub (Jan 14, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/166
Describe the feature you'd like to see added
Search: Ben Busby
Current: https://sub.domain.com/search
Expect: https://sub.domain.com/search/ben+busby
@benbusby commented on GitHub (Jan 14, 2021):
This is already implemented, you just need to enable
GET Requests Onlyin your config. Once that is enabled, search URLs will appear like so: https://sub.domain.com/search?q=ben+busby@Aikatsui commented on GitHub (Jan 15, 2021):
@benbusby may be you can enable this in pre-defined config, usually we share search results and bookmark tabs etc. normally we fork the repo and deploy so ;)