Resource
A list of tiddlers that match the provided query string. The results are only those tiddlers which are from bags on which the current user passes the read constraint.
Representations
text/plain
- A linefeed separated list of tiddlers.
text/html
- An HTML presentation of the description of the bag and a link to its list of tiddlers.
application/vnd.tiddlyweb+json
- JSON representation of the tiddlers in the bag. See JSON tiddler. By default the included tiddlers are skinny. You can make them fat.
Methods
GET
Get the tiddlers that match the query.
Notes
The query is provided in a q=<query>
parameter on the URL. How the query is used is entirely up to the store being used or any changes made by plugins. The default search does simple checks for the text in <query>
anywhere in the tiddler's storage file.
These tiddlers may be filtered.