想要一个不显示子文件夹的功能。

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
闪光传递
Posts: 2
Joined: Mon Jun 19, 2023 1:40 pm

想要一个不显示子文件夹的功能。

Post by 闪光传递 »

想要一个不显示子文件夹的功能

当搜索到一个文件夹后,
把这个文件夹的子文件夹全部屏蔽。

(搜索一个公司(张三)的文件夹时,它的子文件夹会有很多叫张三的文件。屏蔽掉,便于找到总文件夹。)
NotNull
Posts: 5298
Joined: Wed May 24, 2017 9:22 pm

Re: 想要一个不显示子文件夹的功能。

Post by NotNull »

deepl.com:
Want a feature that doesn't show subfolders

When a folder is searched for
Block all subfolders of this folder.

(When searching for a folder for a company (Zhang San), it will have many subfolders with files called Zhang San. (Block them out to make it easier to find the general folder.)
void
Developer
Posts: 15487
Joined: Fri Oct 16, 2009 11:31 pm

Re: 想要一个不显示子文件夹的功能。

Post by void »

请尝试 parent: 搜索功能。

例如:

parent:"C:\Zhang San\Projects"

这将只列出直接在 C:\Zhang San\Projects 中的文件/文件夹
使用 parent: 时子文件夹中的文件不匹配


替代搜索:
"*Zhang San*\*" !"*Zhang San*\*\*"
! = 不



Everything 1.5 将支持:
"Zhang San\*"

---

Please try the parent: search function.

For example:

parent:"C:\Zhang San\Projects"

This will list only files/folders directly in C:\Zhang San\Projects
Files in subfolders are not matched when using parent:


An alternative search:
"*Zhang San*\*" !"*Zhang San*\*\*"
! = NOT



Everything 1.5 will support:
"Zhang San\*"
闪光传递
Posts: 2
Joined: Mon Jun 19, 2023 1:40 pm

Re: 想要一个不显示子文件夹的功能。

Post by 闪光传递 »

Thank you for your guidance
Post Reply