-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Implement ChipView for the search #12945
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
Comments
In case the query is a valid lucence syntax, use that query. If the query is not a Lucene query, just take each keyword and do an OR search. -- Maybe indicate with a backbround color that the search syntax is not correct. |
I would argue that an AND search would be more appropriate, except if one field appears twice. So:
|
@btut Do you know what Lucene / Elastic search is doing when using "as is"? (Maybe with a reference?) |
I would just like to shortly state here that there have been voices to implement fine grained extended search capabilities in issues: #4237, #6185 and #7996. If and how these would be compatible to the chip-view type of search outlined here and in #7806 or the field autocompletion feature in #7423 is something to ponder about. I just don't want these other topics to be overlooked, forgotten, since Koppor/Jabref and Jabref/Jabref are two different repositories. |
From the lucene documentation: |
Currently, we distinguish between basic and grammar-based search.
It was proposed to reimplement the GUI for search as follows:
Keywords: search autocompletion javafx
See also discussion at #7391 (comment)
The text was updated successfully, but these errors were encountered: