created: 20140410103123179 modified: 20140410103123179 tags: filters commonfilters title: FilterOperator: sort type: text/vnd.tiddlywiki The ''sort'' filter operator sorts the current list case insensitively (upper and lower case letters are considered equivalent). Preceding the operator with `!` reverses the sort order. For example: |!Filter String |!Description | |`one two three four +[sort[]]` |Returns `four`, `one`, `three`, `two` | |`one two Three four +[sort[]]` |Returns `four`, `one`, `Three`, `two` | See also [[FilterOperator: nsort]], [[FilterOperator: sortcs]] and [[FilterOperator: nsortcs]].