Check for comma separation in "keyword" field
See original GitHub issueUsing the dev version from today.
JabRef accept keywords in the keywords field without (or with space) separator.
By default biblatex use comma (,) as separator. Not using it causing some problems e.g. when you filter your bibliography by keywords.

Separators in biblatex can be modified. So I think it would not be the best solution for JabRef to check for comma only.
There should be a warning or something like that if you have multiple keywords but no comma between them.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Comma Separated Keywords - Stack Overflow
Basically you are creating a broken out table of Keyword values. You then search to see which contain the Keyword in the search...
Read more >Solved: Search for a keyword in a Comma separated list of
I want to have a manual column, where if the value "Australia" or "USA" is found, it prints "Found". So basically, it should...
Read more >Trying to create a calculated field that tells which keywords in ...
My workbook includes a non-case specific multiple (comma separated) keyword search of two fields. Due to the sensitivity of the data, ...
Read more >Excel: Check if string contains one of multiple comma ...
COUNT returns how many keywords where found in the string, and AND is returning TRUE if the number is different from 0. Share....
Read more >Solved: Keyword field for returning search results - ServiceNow
Solved: Just curious if anybody out there has used any type of custom field solely for the purpose of storing comma separated keywords...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I think this is a good idea. For crossref field we have such highlighting, so could be implemented similarly
I can second this, multiple websites provide multiple ways of keywords, unfortunately JabRef performs pretty poor in scraping them at the moment from these websites. Sometimes these are listed as
keyword1, keyword2, keyword3, others asKey Word1; Key Word2; Key Word3(please note the spaces) orKeyword1 [Tab] Keyword2 [Tab] Keyword3. It would be great if Jabref could automatically adjust the keywords into correctbiblatexsyntax based on these hidden/not so hidden characters.