-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Allow for deactivation of integrity check #5275
Copy link
Copy link
Closed
Labels
[outdated] type: bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugs[outdated] type: documentationcomponent: integrity-checkergood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Metadata
Metadata
Assignees
Labels
[outdated] type: bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugs[outdated] type: documentationcomponent: integrity-checkergood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
As part of #4642, @RonakLakhotia added an integrity check for books with an edition value of "1". Since the official biblatex manual (http://packages.oth-regensburg.de/ctan/macros/latex/exptl/biblatex/doc/biblatex.pdf) suggests the use of the integer "1" for marking the first edition of a book (see bottom of page 18 in the referenced manual), my colleagues and I typically follow this recommendation. As our database is quite large, this results in lots of (in our case not useful) warnings when performing an integrity check. Would it be possible to make this check optional and decide about its execution based on the user's preferences (by default, it can be enabled)? Many thanks in advance!