mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 01:48:56 +01:00
Merge branch 'hotfix' of https://github.com/TriliumNext/Trilium into hotfix
This commit is contained in:
commit
c30282fbd0
@ -159,7 +159,7 @@ function getEditedNotesOnDate(req: Request) {
|
|||||||
SELECT noteId FROM notes
|
SELECT noteId FROM notes
|
||||||
WHERE
|
WHERE
|
||||||
(notes.dateCreated LIKE :date OR notes.dateModified LIKE :date)
|
(notes.dateCreated LIKE :date OR notes.dateModified LIKE :date)
|
||||||
AND (noteId NOT LIKE '_%')
|
AND (notes.noteId NOT LIKE '\\_%' ESCAPE '\\')
|
||||||
UNION ALL
|
UNION ALL
|
||||||
SELECT noteId FROM revisions
|
SELECT noteId FROM revisions
|
||||||
WHERE revisions.dateCreated LIKE :date
|
WHERE revisions.dateCreated LIKE :date
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user