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

Selectively prune search history #472

Open
xa4hf8 opened this issue Oct 14, 2024 · 3 comments
Open

Selectively prune search history #472

xa4hf8 opened this issue Oct 14, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@xa4hf8
Copy link

xa4hf8 commented Oct 14, 2024

Searches related to scheduled events that have passed will typically need to be cleared, but it is not possible to do so without removing other searches that should be preserved.

@iBicha
Copy link
Owner

iBicha commented Oct 14, 2024

Can you give an example? Also note that searches in Playlet have a cache of 15 minutes (so the same search done twice within 15 minutes will contain the same results) as an optimization, usually because search results do not change that often in just a few minutes.

@iBicha iBicha added the enhancement New feature or request label Oct 14, 2024
@xa4hf8
Copy link
Author

xa4hf8 commented Oct 21, 2024

When i create a new search term, the string is added to a list of recent searches (in the Search section below the Filters gadget.) Sometimes this is useful (to repeat a saved search because more new commentaries will be uploaded to YouTube as an event approaches.) But it seems that searches which are no longer needed cannot be removed from the list (in the way that you could remove bookmarks & apps with a * or a long press of the select button.)

@iBicha
Copy link
Owner

iBicha commented Oct 24, 2024

Thanks for clarifying, now I understand, you want to delete individual search entry from the search history.
Yeah currently can only clear the search history, can't delete an individual item

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

No branches or pull requests

2 participants