-
Notifications
You must be signed in to change notification settings - Fork 16
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
Tweaks of suggestions and autocomplete #403
Conversation
RE clearing of isdownload.clearing.movAlso, I'm not sure I understand the difference between favorites and non-favorite bookmarks. If I make a favorite, it doesn't appear in top hits until I visit it 4 times, and then it does: Screen.Recording.2022-01-24.at.2.18.32.PM.movBut if I make a non-favorite bookmark, the behavior is the same: The autogeneration change does seem to be working as intended. |
Valid points from Ben, screencast.2022-01-28.17-16-52.mp4 |
…f isDownload flag
Thank you both for careful testing!
Favorite without a visit can be part of Top Hits:
Favorite after the visit can be part of Top Hits
Bookmark without a visit can't be part of Top Hits (The idea is not to suggest too much after user imports 1000 bookmarks)
Bookmark after visiting can be part of Top Hits
|
Alex, issue you found is probably not related to this PR. Do you mind posting it to our feedback project? |
0cf72c9
to
321d8d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
9a3c371
to
94586fc
Compare
# By Alexey Martemyanov (2) and others # Via GitHub * develop: Replace Burn and Fireproof icons (#416) don't disable the UI unless onboarding has been marked as finished (#420) fix nested RunLoop waiting (#422) Version 0.18.6 Tweaks of suggestions and autocomplete (#403) Bump privacy dashboard to latest version (#409) Point to the latest BrowserServicesKit branch. (#414) # Conflicts: # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
# By Alexey Martemyanov (20) and others # Via Tomas Strba (2) and others * develop: (63 commits) Tweaks of suggestions and autocomplete (#403) Bump privacy dashboard to latest version (#409) Point to the latest BrowserServicesKit branch. (#414) Move embedded TDS from BSK to platform repo (#412) Image of shield with dot replaced (#410) Expand Fireproofing to include Local Storage and IndexedDB (#408) Version 0.18.5 support privacy config for clickToLoad (#407) Automatically select available login (#405) initial FB Click to Load (WIP) (#329) onboarding updates (#398) Version 0.18.4 Configuration of Sparkle - Setting SUAllowsAutomaticUpdates to NO (#404) Hide downloads button if the popover is opened/closed manually (#397) Textfield of the homepage is empty and unfocused right after switching to the homepage (#400) Remove navigatorCredentials (#392) Remove GPC header if it exists when not needed (#366) Version 0.18.3 Fireproofing encrypted storage (#332) Fix Lock Screen UI issues (#399) ... # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo/Crash Reports/Model/CrashReportSender.swift
Task/Issue URL: https://app.asana.com/0/1177771139624306/1201690434477352/f
Description:
This PR includes:
isDownload
flag not being cleared.Steps to test this PR:
Test clearing of
isDownload
flagTest new rules of Top Hits section (Suggestions have 3 sections Top Hits, DuckDuckGo Search Suggestions, History and Bookmarks)
Please see my comment below
Test autogeneration removal
Internal references:
Software Engineering Expectations
Technical Design Template
When ready for review, remember to post the PR in MM