We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
“包含路径”模式定义:和“排除路径”模式相反,指定包含的路径才被索引。
使用场景:用户具有良好的文件分类习惯,只想索引某些个文件夹,比如book、note、config、code、video....
用现在的“排除路径”模式解决 1.要么浪费配置时间:花很多时间排除没必要的文件夹。 2.要么浪费性能:不费时间去设置排除文件夹,但要额外索引非常多没必要的文件夹,并且增加同名搜索结果干扰机会。
The text was updated successfully, but these errors were encountered:
有道理,可以支持
Sorry, something went wrong.
No branches or pull requests
“包含路径”模式定义:和“排除路径”模式相反,指定包含的路径才被索引。
使用场景:用户具有良好的文件分类习惯,只想索引某些个文件夹,比如book、note、config、code、video....
用现在的“排除路径”模式解决
1.要么浪费配置时间:花很多时间排除没必要的文件夹。
2.要么浪费性能:不费时间去设置排除文件夹,但要额外索引非常多没必要的文件夹,并且增加同名搜索结果干扰机会。
The text was updated successfully, but these errors were encountered: