Skip to content

支持无索引搜索 #9468

@vanmilleru

Description

@vanmilleru

Please make sure of the following things

  • I have read the documentation.
  • I'm sure there are no duplicate issues or discussions.
  • I'm sure this feature is not implemented.
  • I'm sure it's a reasonable and popular requirement.

Description of the feature / 需求描述

创建索引需要占用额外的存储和定期维护,且索引刷新不一定及时。对于偶尔搜索的情况,建议支持无索引情况下的搜索功能。

Suggested solution / 实现思路

直接遍历当前目录之下的文件名,对输入文本分词后,有词在剩余路径中匹配即可

Additional context / 附件

可参考 fzf 的实现

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions