mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #462] [FEATURE] option to disable autocompletion #302
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#302
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 @astier on GitHub (Oct 14, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/462
Option to disable autocompletion. I don't need it and the completion-window is distracting.
@benbusby commented on GitHub (Oct 14, 2021):
Would it be fine if this was an external config setting only (i.e. through an environment variable, not the in-app config menu)? I'm trying to avoid adding new features to the in-app config whenever possible.
@astier commented on GitHub (Oct 15, 2021):
Yes this would be fine.
@benbusby commented on GitHub (Oct 15, 2021):
You can now disable autocomplete with
WHOOGLE_AUTOCOMPLETE=0when running the app.@astier commented on GitHub (Oct 15, 2021):
Thank you!