mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	fix: no note on edited notes view if a revision made between note created/modified date
This commit is contained in:
		
							parent
							
								
									945e2625d3
								
							
						
					
					
						commit
						c579cd3ce7
					
				@ -162,7 +162,7 @@ function getEditedNotesOnDate(req: Request) {
 | 
				
			|||||||
                    AND (noteId NOT LIKE '_%')
 | 
					                    AND (noteId NOT LIKE '_%')
 | 
				
			||||||
            UNION ALL
 | 
					            UNION ALL
 | 
				
			||||||
                SELECT noteId FROM revisions
 | 
					                SELECT noteId FROM revisions
 | 
				
			||||||
                WHERE revisions.dateLastEdited LIKE :date
 | 
					                WHERE revisions.dateCreated LIKE :date
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
        ORDER BY isDeleted
 | 
					        ORDER BY isDeleted
 | 
				
			||||||
        LIMIT 50`,
 | 
					        LIMIT 50`,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user