-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Search bar across different bib files #825
Comments
Hm, moving the local search bar to a global one would also be acceptable for me. Changes
|
If the search bar remains in its current implementation (bound to one bib file), hitting the global search button should definitely reset all active searchterms in each tab. Otherwise double-clicking on entries in global search always directs to an entry which cannot be seen (only in case previous search terms and global search do overlap, which should happen seldomly, since there would be no need to trigger a global search after all) |
Some users even don't know that there is a global search. 😳 Proposal: Keep the search strings at each tab in sync and update each tab on tab focus change. |
That would be great! (Remark: I hope this solves the issue that a double click on a globally searched entry does not lead to an entry, because of an existing filter from previous search - #617) |
Thank you for reporting this issue. We think, that is already fixed in our development version (by merging #1549). |
This is not a bug, but rather a question of user behavior.
JabRef is constructed to work with several bib files open.
At the moment, the search field is bound to one bib file. If you search for "Doe" in a.bib, the search field in b.bib remains empty.
For users who search for a particular entry, but don't know in which file it is this is rather complicated. I have to search for the same term several times.
-> wouldn't it be more convenient, that the search field remains the same for every bib file?
I have the feeling that at least the GUI suggests such a behavior. At least it occurs to me quite often that I search in one file and think 'o the entry must be in the other file', switch the file and than need to realize, that I have to search again.
Ok, there is the global search function for that. But it has several drawbacks:
A searchbar, that has the same token in every bib file would be more intuitive and convenient, I think.
The text was updated successfully, but these errors were encountered: