mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #679] [QUESTION] How to get the suggestions URL right? #436
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#436
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 @nocturn9x on GitHub (Mar 13, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/679
I recently downloaded all of my data from Google Takeout and I noticed a peculiar field that Chrome doesn't show when adding/editing search engines, namely
suggestions_urlwhich in this case is set tohttp://localhost:5000/autocomplete?q={searchTerms}. Since chrome shows no way to change this field whatsoever I'm assuming it's something that's exchanged automatically between whoogle and chrome as part of the opensearch standard or w/e, but my question is how do I tell whoogle to use my instance URL instead of the localhost:port one? It's in a docker container behind nginx so obviuously that doesn't work@jacr13 commented on GitHub (May 23, 2022):
You need simply to change the url in your configuration (under root url) and after add again whoogle to your browser.
@nocturn9x commented on GitHub (Jun 4, 2022):
I see, I'll try. Thanks!
@benbusby commented on GitHub (Aug 1, 2022):
Assuming this was fixed, but feel free to reopen if not!