Open
Bug 1915501
Opened 2 years ago
Consider adding a method to SuggestStore to remove suggestions by provider
Categories
(Application Services :: Suggest, enhancement, P3)
Application Services
Suggest
Tracking
(Not tracked)
NEW
People
(Reporter: adw, Unassigned)
Details
If the user disables a suggestion type, it might be nice to delete those suggestions from their store so we don't waste space. A smaller DB might be better for performance too, for suggestions that remain enabled. This would be handled by the suggest consumer, not within the store itself. Currently SuggestStore has clear() but not a method to remove suggestions by provider.
This is spun out from this Phabricator thread.
You need to log in
before you can comment on or make changes to this bug.
Description
•