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 sortField is not given sorts by title by default.
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.