diff --git a/packages/core/src/database/sql-collection.ts b/packages/core/src/database/sql-collection.ts index 48c408e52..9b6108f1a 100644 --- a/packages/core/src/database/sql-collection.ts +++ b/packages/core/src/database/sql-collection.ts @@ -648,8 +648,8 @@ const VALID_SORT_OPTIONS: Record< tags: ["title"], attachments: ["filename", "dateUploaded", "size"], colors: ["title"], - notebooks: ["title"], - notes: ["title"], + notebooks: ["title", "dateDeleted", "dateEdited"], + notes: ["title", "dateDeleted", "dateEdited"], content: [], notehistory: [],