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
比如这句:“三研”空间
如果用sykj来查询就无法查询到(必须要使用“sy”kj),能否在索引的时候自动将双引号等去除,这样更方便,当然其他标点可能也会存在干扰查询的问题
The text was updated successfully, but these errors were encountered:
现在的搜索机制为了保证性能混合了 Everything 的搜索算法和拼音搜索算法,Everything 的算法没法修改,只在拼音搜索算法中实现的话会产生不一致性,而且这种需求像 sy kj 这样加个空格也可以实现吧?
sy kj
Sorry, something went wrong.
No branches or pull requests
比如这句:“三研”空间
如果用sykj来查询就无法查询到(必须要使用“sy”kj),能否在索引的时候自动将双引号等去除,这样更方便,当然其他标点可能也会存在干扰查询的问题
The text was updated successfully, but these errors were encountered: