Nagasaki45 / bibo

Command line reference manager with a single source of truth: the .bib file. Inspired by beets.
MIT License
32 stars 4 forks source link

Search by field is broken :-( #77

Closed Nagasaki45 closed 4 years ago

Nagasaki45 commented 4 years ago

It happens when the field is missing. For example:

@article{1937history,
    title = {What happened in 1937?},
}

Will match bibo list year:1937. But

@article{1937history,
    year = {2020},
    title = {What happened in 1937?},
}

won't.