TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What algorithm does the windows start menu search uses?

1 点作者 LelouBil将近 2 年前
Windows&#x27; start menu search famously doesn&#x27;t show the best match at first for any search query, so what algorithm does it uses to rank the filenames based on the query ?<p>My latest example is :<p>Typing &quot;St&quot; top result is &quot;Steam&quot;<p>Typing &quot;Ste&quot; top result is &quot;SteamVR&quot;<p>Typing &quot;Stea&quot; top result is &quot;Steam&quot; again

1 comment

codetrotter将近 2 年前
URL completion in some browsers is similar.<p>My guess is that it might remember which completions you have chosen in the past<p>So for example<p>- You may have typed “St” several times in the past and chosen “Steam”<p>- You may have typed “Ste” in the past and chosen SteamVR.<p>And that combined with which is the “real” default that it would highlight would then make it a bit confusing.<p>But it can also be helpful in some ways.
评论 #36333535 未加载