marking should not change the order of the note

master
Sina Siadat 9 years ago
parent 0bf7588d7d
commit b07dc1305e

@ -20,7 +20,7 @@ import (
// var globalOpts options // var globalOpts options
// const orderby = "-frequency, -mark, CASE WHEN updated_at IS NULL THEN created_at ELSE updated_at END DESC" // const orderby = "-frequency, -mark, CASE WHEN updated_at IS NULL THEN created_at ELSE updated_at END DESC"
const orderby = "-mark, CASE WHEN updated_at IS NULL THEN created_at ELSE updated_at END DESC" const orderby = "CASE WHEN updated_at IS NULL THEN created_at ELSE updated_at END DESC"
const defaultEditor = "vi" const defaultEditor = "vi"
func cmdShow(db *sql.DB, opts options) bool { func cmdShow(db *sql.DB, opts options) bool {

Loading…
Cancel
Save