ungoogled-software/ungoogled-chromium

Introduce a flag to always search the entire history from the omnibox

开放

#2,298 创建于 2023年4月1日

 (0 条评论) (1 个反应) (0 位负责人)Python (771 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (18,674 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description

Never exclude history from the omnibox, always suggest all history. Keep the ranking, but never exclude anything

Who's implementing?

  • I'm willing to implement this feature myself

The problem

Sometimes, when I type something into the omnibox, history doesn't show up. I'm using the flag to keep history indefinitely, so it's not that. If I enter the URL manually into the omnibox, it will recognize that it's in my history.

Observe:

image

It does not suggest from my history.

image

It knows this link is in my history.

image

It does not display the title or icon for links that are not in my history.

image

Only after I have visited the site does it start suggesting the site again.

Possible solutions

The omnibox ranks history suggestions, which is fine, but I should be able to tell it never to fully exclude anything. It has the potential to be extremely powerful if I can use it to search my entire history, but it seems it only works for history I have visited very recently. This is mildly infuriating.

Alternatives

No response

Additional context

No response

贡献者指南