Ticket #387 (closed defect: fixed)
Extend TiddlyWiki.prototype.search
| Reported by: | SaqImtiaz | Owned by: | SaqImtiaz |
|---|---|---|---|
| Priority: | major | Milestone: | 2.2.6 |
| Component: | core | Version: | 2.1.03 |
| Severity: | undefined | Keywords: | |
| Cc: |
Description
Right now, the function TiddlyWiki.prototype.search only lets you exclude certain tiddlers with a given tag from the search. Sometimes it is desirable to limit the search to tiddlers with a particular tag only, like "public".
Since TiddlyWiki.prototype.search uses reverseLookup which supports this.... all we need to do is accept an extra argument in TiddlyWiki.prototype.search.
This change is 100% backwards compatible and allows greater flexibility in the use of the function TiddlyWiki.prototype.search by plugins
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

