Oliver Kopp
Oliver Kopp
Current blocker - Lucene does not support `==` and `!=`. - `=` inexact match. In Lucene, a glob pattern would be needed. In the current implementation, I did not enforce...
Note to self: Read Lucene documentation thoroughly --> http://www.lucenetutorial.com/lucene-query-syntax.html What is a match? - Currently: `title:Jab` --> Matches "JabRef tool" - Lucene: `title:Jab` --> does not match "JabRef tool" ---...
Minor comment: I rebased this PR on main, because we merged https://github.com/JabRef/jabref/pull/8636
ADR https://github.com/JabRef/jabref/blob/main/docs/adr/0015-support-an-abstract-query-syntax-for-query-conversion.md should be updated
> ... After writing this I did a short google search and it appears like exact matches are possible in lucene using quotes. I would object - based on https://www.lucenetutorial.com/lucene-query-syntax.html...
Superseeded by https://github.com/JabRef/jabref/pull/8963 This PR can be used to check for similarities and differences by using the Lucene engine or (our) custom search.
We discussed that in our dev call. We need to focus on other topics to get the release done. We leave that as high-priority.
In case the library does not work, we could store the password once session. Meaning: At the first use, ask the user to type it in. At following accesses, the...
@YANG-CY-163 Thank you for starting working on this. Please investigate following issues: - [ ] The merging of keywords is some kind of logic. That should not happen in the...
> Method too large error: I was in the jlink code - I think, we need to work on that method. I think, we want to learn how to generate...