Takes four arguments lookupField,lookupValue,lookupMatch,sortField (optional)

Loops through all tiddlers in the store to find all tiddlers with lookupField set to lookupValue.
lookupField can be a tiddler attribute or a tiddler field, however at the current time doesn't support modifier, creator, modified or created (See trac ticket 1440 for progress on this issue)

  • If lookupMatch is set to false, it will return all the tiddlers where the lookupField does not match lookupValue.
  • If lookupMatch is set to true, all tiddlers where the lookupField matches lookupValue will be returned.

If sortField is not given sorts by title by default.


bag
tiddlywikidev_public
created
Wed, 09 Mar 2011 11:24:03 GMT
creator
jon
modified
Wed, 09 Mar 2011 11:36:20 GMT
modifier
jon
tags
method
store
theme
TWDocTheme