solobat / Steward

A command launcher for Chrome
https://oksteward.com/
669 stars 39 forks source link

When searching for bookmarks, it matches both title and URL. #54

Closed weineel closed 5 years ago

weineel commented 5 years ago

搜索 bookmarks 时,可以同时匹配 title 和 url。

53

solobat commented 5 years ago

想起来了,之前其实就是用的 search api,后来发现查询速率太慢,改成用 recent api 了。

weineel commented 5 years ago

我也发现了,正在尝试怎么优化。 使用了 debounce 效果也不好。

应该是 chrome.bookmarks.search 不能分页,导致的性能太差。