Triggers: Difference between revisions

16 bytes added ,  6 October 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 134: Line 134:


===== find(query) =====
===== find(query) =====
: Search for entries in the library matching the given query. This search is similar to searching via Memento's user interface.
: Search field values within entries in the library matching the given query. This search is similar to searching via Memento's user interface.
:; Argument: '''query''' — the search string
:; Argument: '''query''' — the search string
:; Result: Array object containing matching entries. Entries are sorted by the time of their creation, from newest to oldest.
:; Result: Array object containing matching entries. Entries are sorted by the time of their creation, from newest to oldest.