Added cycle tracking beta to app

This commit is contained in:
Max
2022-10-21 19:34:13 +00:00
parent 1a6a7bdfd4
commit 2b76f74dee
5 changed files with 702 additions and 179 deletions

View File

@@ -994,7 +994,8 @@ Note.search = (userId, searchQuery, searchTags, fastFilters, masterKey) => {
LEFT JOIN tag ON (tag.id = note_tag.tag_id)
LEFT JOIN attachment ON (note.id = attachment.note_id AND attachment.visible = 1)
LEFT JOIN user as shareUser ON (note.share_user_id = shareUser.id)
WHERE note.user_id = ?
WHERE note.user_id = ?
AND note.quick_note <= 1
`
//If text search returned results, limit search to those ids