mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #306] [BUG] Last letter of search query gets removed from search box #212
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#212
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 @hbarsaiyan on GitHub (May 7, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/306
Describe the bug
Last letter of search query gets removed in result page textbox.
To Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
Smartphone (please complete the following information):
Additional context


Query appearing correct in result but in search box last letter of query is missing.
@LivingWithHippos commented on GitHub (May 8, 2021):
I have this issue this with the docker version. The post call to search has the correct words. I've noticed there's a new release on dockerhub from 18 hours ago. Manually setting the tag to 0.4.1 fixed it in the meanwhile. I took a quick look at the commits after 0.4.1 but I'm not familiar with the codebase
@eddydc commented on GitHub (May 8, 2021):
It seems that I have the same issue, having the lastest docker image (seems to be 0.4.1).
@LivingWithHippos commented on GitHub (May 8, 2021):
The issue is with the latest tag, it points to a newer release than 0.4.1. Change the tag to 0.4.1 to fix it while it gets fixed. You can check the releases here