We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LibraryIndex: edited/updated BibTeX and other metadata is not (re)indexed for records without an attached PDF file.
Check the if (pdf_document.DocumentExists) and pdf_document_in_library.finished_indexing = true; in the else branch of that one in RescanLibrary()
if (pdf_document.DocumentExists)
pdf_document_in_library.finished_indexing = true;
else
RescanLibrary()