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

Feature Request: Remember Last Searched Item in Search Bar #1819

Open
abhiraj-ku opened this issue Sep 19, 2024 · 0 comments
Open

Feature Request: Remember Last Searched Item in Search Bar #1819

abhiraj-ku opened this issue Sep 19, 2024 · 0 comments

Comments

@abhiraj-ku
Copy link

It would be useful if the search bar could remember and display the last searched item when the user revisits the search functionality. This feature will improve the user experience by allowing quick access to recent queries.

Proposed Solution : Implement some file based caching mechanism to save the user's last search items and populate them when user tries to search again.This file will be stored in user's home directory

Steps:
When the user enters a search term, write that term to the file.
When the search bar is opened or the App Center is reopened, read the term from the file and populate the search bar.

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

No branches or pull requests

2 participants