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

Please record search history #7906

Closed
idadoudou opened this issue Jul 13, 2021 · 4 comments · Fixed by #9647
Closed

Please record search history #7906

idadoudou opened this issue Jul 13, 2021 · 4 comments · Fixed by #9647

Comments

@idadoudou
Copy link

I hope the search history can be recorded. Then I can browse what I have searched, how I have searched, and what I next do to refine my search. Thank you.

Is your suggestion for improvement related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Additional context
Add any other context or screenshots about the feature request here.

@koppor koppor added the ui label Mar 26, 2022
@Domudu Domudu mentioned this issue Jun 29, 2022
6 tasks
fenmaple added a commit to fenmaple/jabref that referenced this issue Jul 14, 2022
add History.java for JabRef#7906
@Siedlerchr
Copy link
Member

Possible solution for implementation:

  1. Store the search history in a list (or maybe better a LinkedHashSet to avoid duplicates but keep the insertion order) whenever the search term changes/differs (empty ones need to be not stored)
  • Optionally, limit it to the last 10 searches
  1. Adjust the right click menu, add a new entry "Search from history.... " and then show the last searches (Similar to showing the last opened libraries)

  2. When the users choses the last search, set the text field search term to the one from the history

grafik

@idadoudou
Copy link
Author

idadoudou commented Dec 16, 2022 via email

@idadoudou
Copy link
Author

idadoudou commented Mar 18, 2023 via email

@Siedlerchr
Copy link
Member

@idadoudou You can change the email in your github user account preferences

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

Successfully merging a pull request may close this issue.

4 participants