cryptomator / android

Cryptomator for Android
https://cryptomator.org
GNU General Public License v3.0
719 stars 120 forks source link

Search using glob pattern matching actual uses regex pattern matching #353

Open SailReal opened 2 years ago

SailReal commented 2 years ago

Please agree to the following

Summary

Search using glob pattern matching actual uses regex pattern matching which is confusing

System Setup

- Android: x
- Cryptomator: 1.5.18

Cloud Type

No response

Steps to Reproduce

  1. Enable Search using glob pattern in Cryptomator settings
  2. Search Foo*

Expected Behavior

Foo is found

Actual Behavior

Foo isn't found, needs Foo.* to archive a quiet similar search pattern in regex than using glob pattern matching.

Reproducibility

Always

Relevant Log Output

No response

Anything else?

Define if globbing or regex should be used and change the implementation or the title of this option.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.