We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e883f32 commit d0a994cCopy full SHA for d0a994c
apps/server/src/routes/api/revisions.ts
@@ -159,7 +159,7 @@ function getEditedNotesOnDate(req: Request) {
159
SELECT noteId FROM notes
160
WHERE
161
(notes.dateCreated LIKE :date OR notes.dateModified LIKE :date)
162
- AND (notes.noteId NOT LIKE '%\\_%' ESCAPE '\\')
+ AND (notes.noteId NOT LIKE '\\_%' ESCAPE '\\')
163
UNION ALL
164
SELECT noteId FROM revisions
165
WHERE revisions.dateCreated LIKE :date
0 commit comments