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
If I enter a DOI in the web search, the DOI should be searched (independent of the selected fetcher)
When I enter a custom key/value pair, I want that key/value pair to be passed to the fetcher (and not be deleted)
When I enter a syntax custom to the fetcher, I want that syntax be passed to the fetcher (and not be rejected). Example: Search in GVK: User may use Lucene syntax or GVK syntax.
Implementation Idea:
Check for Id --> run id fetcher
Check for syntax of fetcher -> if match -> pass that
Is there a parser for the fetcher?
Check for lucene syntax --> if match -> pass that
Lucene might return that it cannot parse a field --> maybe raw needs to be sent
Show error
Can we show the "mode" in the UI - like we did at the magnification glass at the search in JabRef 2.x?
As user, I "just" want to search
Implementation Idea:
Can we show the "mode" in the UI - like we did at the magnification glass at the search in JabRef 2.x?
Currently:
This is currently sketched in the FetcherDelegate: https://github.com/koppor/jabref/pull/559/files#diff-6038155da69f4a45d14bde97e0718d663aa19d6e181eecbfe938b1c65d548cf8
The text was updated successfully, but these errors were encountered: