allow searching with noteId & fix combining fulltext and other conditions with OR

This commit is contained in:
zadam
2019-03-31 22:23:50 +02:00
parent 26621c0318
commit 5bda254184
3 changed files with 13 additions and 21 deletions

View File

@@ -91,7 +91,7 @@ function decryptNoteRevision(hist) {
}
}
catch (e) {
throw new Error(`Decryption failed for note ${hist.noteId}: ` + e.message + " " + e.stack);
throw new Error(`Decryption failed for note ${hist.noteId}, revision ${hist.noteRevisionId}: ` + e.message + " " + e.stack);
}
}