-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Searching for multi-word keywords fails #670
Comments
What about |
ah, great, both of those solutions work, thank you so much :) |
@simonharrer What do you think about this? |
nice work, thank you :) (I haven't run the new code yet - I'll probably wait until the next release). |
What is now the correct way to search for the keyword "building management" versus search for entries having keywords "building" and "management" ? |
|
First off: thanks so much to everyone who has worked on JabRef. It's an awesome tool!
If I do a search like
keywords=building
then this works fine. But I cannot seem to use multi-word search terms. None of the following searches return any results, despite the fact that I definitely have a bunch of entries which havebuilding management
as one of their keywords:keywords="building management"
keywords='building management'
keywords=building management
keywords=(building management)
keywords=\"building management\"
keywords=\'building management\'
If I enclose even single-word search terms in quotes then this also fails. e.g.
keywords="building"
orkeywords='building'
.The best I can do is search for
"building management"
(i.e. excludekeywords=
) but, of course, this returns results wherebuilding management
is in any field.I'm using JabRef 3.2 on Ubuntu 15.10 x64 and OpenJRE 8.
The text was updated successfully, but these errors were encountered: