mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #120] [QUESTION] Search String for Updated Firefox for Android (Adding Custom Search Engines) #86
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#86
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 @ilovepancakes95 on GitHub (Aug 30, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/120
Firefox for Android updated and of course, they had to go changing things that worked perfectly fine in past.... So, it seems you can no longer hold down on search box in Whoogle and add search engine to Firefox that way. If I go into Settings>Search there is an option to add custom search engine to list but it asks for URL search string. It gives an example like "https://www.google.com/search?q=%s" where "%s" is the query.
It says under help to look at URL on your search engine after running a search for an idea of the string to use but Whoogle shows the URL as "https://whoogle.mydomain.com/search" with the query I just searched not displayed in the URL anywhere.
So, does Whoogle have a search string that can be used like the above example to make it work with the now updated Firefox for Android?
EDIT: I realized the above example string can be used with Whoogle, tested on desktop, but when I try to add Whoogle now to Firefox Android, and I put in that string it won't add and says: Error connecting to "Whoogle".
@xaabi6 commented on GitHub (Aug 31, 2020):
Please, check this commit from @DjLogozzo and see if it works.
@ilovepancakes95 commented on GitHub (Aug 31, 2020):
That was the search string I was trying yesterday mentioned in post above and it produced an error saying it couldn't connect to Whoogle, but today it worked. Thanks.