mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #390] [QUESTION] Disable autocompletion #259
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#259
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 @ClaraCrazy on GitHub (Aug 20, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/390
As the title suggests. i dont know if this is already in there and I skipped past it because im dumb and/or blind but if not im sure theres a way to disable that, right?
@clementwzk commented on GitHub (Aug 24, 2021):
The autocomplete is done by your browser, not by Whoogle if I'm not mistaken
@ClaraCrazy commented on GitHub (Aug 24, 2021):
doubt since
@alefvanoon commented on GitHub (Sep 4, 2021):
You can disable it from html files.
Just remove this line's:
github.com/benbusby/whoogle-search@d1e0a06ebd/app/templates/index.html (L20)github.com/benbusby/whoogle-search@68fdd55482/app/templates/display.html (L43)@ClaraCrazy commented on GitHub (Sep 7, 2021):
thanks