The search method of a TiddlyWiki class object returns an array of Tiddler objects whose source code contains a string. This method takes three parameters:
If no tiddlers match the search, an empty array is returned.
- a regular expression to search for
- the field to sort results by. This can be any property of a Tiddler object.
- a tag to exclude from search results.
If no tiddlers match the search, an empty array is returned.