Skip to content
New issue

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

[WIP] suggestions json tests #142

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

[WIP] suggestions json tests #142

wants to merge 18 commits into from

Conversation

mallexxx
Copy link
Collaborator

RendijsSmukulis and others added 2 commits February 21, 2025 11:15
…ever get into this state (webview2 will not provide invalid uris to the navigation handlers, it'll fail upstream)
@@ -50,10 +50,10 @@
"topHits": [],
"searchSuggestions": [],
"localSuggestions": [
{ "type": "openTab", "title": "New Tab", "subtitle": "DuckDuckGo", "score": 153600, "uri": "duck://newtab", "tabId": "f4386ef1-675d-43f0-b0d3-868488ab9c56" },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the Windows side, we still have this entry as the top local suggestion with the 153600 score. It looks like it's being scored correctly and should be the top local suggestion result. Do you know why it isn't ending up here on macOS?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not shown in open tab suggestions because it's a local New Tab page (duck://newtab) and we only show Settings and Bookmarks local page open tab suggestions

@mikamikem
Copy link
Collaborator

Added e9127d3 because it was suggesting the tab that was making the request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants