You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your suggestion for improvement related to a problem? Please describe.
When searching an entry using web search and the entry is not found, JabRef would keep displaying Processing .
Describe the solution you'd like
There should be a timeout for a search request and after the timeout is passed, JabRef should display a message indicating the query doesn't correspond to any entry.
Additional context
The text was updated successfully, but these errors were encountered:
This is my first issue on open-source project, I started by studying the code. Any ideas how I should start fixing the issue and setting the timeout for a search request?
Hello @dominikaxx. For getting started, I suggest you have a look at WebSearchPane, ImportEntries and the fetchers code located under org.jabref.logic.importer.fetcher.
The problem seems to reside here, as when the fetcher returns an empty list of entries the message property is not updated. It is kept to Processing <query> .
Is your suggestion for improvement related to a problem? Please describe.
When searching an entry using web search and the entry is not found, JabRef would keep displaying Processing .
Describe the solution you'd like
There should be a timeout for a search request and after the timeout is passed, JabRef should display a message indicating the query doesn't correspond to any entry.
Additional context
The text was updated successfully, but these errors were encountered: