Closed
Description
Describe the bug
When using the recursive search feature to find files matching a certain pattern, it will display folders that DO NOT contain any files matching the pattern. When expanding these folders that do not contain files matching the pattern, it will not list any files (essentially act as an empty folder).
To Reproduce
Steps to reproduce the behavior:
- Go to a folder containing several directories
- Click on the search bar and enter a pattern that will hit a file within at least one, but not all of the child directories.
- Hit 'return' on the keyboard to enact the recursive search.
- See error where folders that do not contain any files matching the pattern will be listed.
Expected behavior
Per Cyberduck Docs
Only files matching the search or folders with containing files matching the pattern will be displayed in the browser.
Desktop (please complete the following information):
- OS: macOS Monterey v12.5.1
- Cyberduck Version 8.5.1 (38745)
Additional context
Used to work as expected until I updated to the latest version.