On May 24, 4:58 pm, axs <[email protected]> wrote:
> I notice that store.sortTiddlers first checks to see whether the sort field
> is in TiddlyWiki.standardFieldAccess. In this object, I see things like
> 'text', 'tags','tiddler'. How should these search fields be used? "Tags"
> field returns a string of tags - it doesn't seem useful to sort asc/desc
> based on that, unless I'm missing something. But what about 'text' and
> 'tiddler'? How should those be used for sorting?
It needs to check if you want to sort for "standard fields" because
"custom / extended" fields need different programmatic handling.

The only fields, that imo make sense are:
 - modified,
 - created,
 - creator,
 - modifier,
 - title (default)

 and custom fields, if you did set them accordingly.

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to