mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #146] The search does not work correctly #1081
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1081
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 @stetze on GitHub (Aug 13, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/146
Originally assigned to: @VShawn on GitHub.
Describe the bug
Unfortunately, the correct search results are usually not displayed. The search needs to be improved a bit.
Expected behavior
Correct search results. With a larger number of servers, it will otherwise be confusing.
Screenshots

Desktop (please complete the following information):
@VShawn commented on GitHub (Aug 14, 2021):
actually, the
ts23matched 'TS25:3389'and 'ts23' will mathch all string contains
T.....S......2....3.....if theDiscrete macheris enabled.Since you have so many servers in the app, it is recommended to disabled the
Discrete macherAnd then, it works.
@stetze commented on GitHub (Aug 15, 2021):
Much better. Thank you.