-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
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:
- entries can only be seen in preview-> I can't edit and have to gather the information from the entry preview, which is quite different from the editing window.
- Doubleclick on an entry in global search sometimes gives wrong results. E.g. After having filtered b.bib for "Doe" a while ago, work on a.bib and search for "Abraham" globally. Global search shows you, that there is an entry "Abraham" in b.bib, but if you double click you can't access the entry, because it is not part of the filtered list from previous search
A searchbar, that has the same token in every bib file would be more intuitive and convenient, I think.