mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #610] [FEATURE] No autocomplete request when autocomplete disabled #389
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#389
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 @nakoo on GitHub (Jan 12, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/610
Describe the feature you'd like to see added
A short description of the feature, and what it would accomplish.
whoogle.envsupports changing visibility of autocomplete. But this feature makes sense by making no/autocompleterequest. This could help reducing the server load.Additional context
Add any other context or screenshots about the feature request here.
@Albonycal commented on GitHub (Jan 13, 2022):
so
/autocompleteshould be disabled when the ENV variable is set to 0 ?@nakoo commented on GitHub (Jan 13, 2022):
The current implementation is no. It still requests
/autocompleteeven though the results don't show up.@DUOLabs333 commented on GitHub (Jan 14, 2022):
I can implement this -- it's not that hard.
@DUOLabs333 commented on GitHub (Jan 14, 2022):
#611 should fix this.