- search_reply(+For, +Options)// is det
- Generate a reply searching for For. Options include
- resultFormat(Format)
- If
summary
(default), produce a summary-table. If
long
, produce full object descriptions.
- search_in(In)
- Determine which databases to search. One of
all
, app
, man
- private(Boolean)
- If
false
(default true
), hide private predicates
from results.
- search_match(Match)
- What part of the object to match. One of
name
,
summary
- header(+Boolean)
- If
false
, suppress the header.
- per_page(+positive_integer)
- Number of results per page (default 25).
- page(+positive_integer)
- Page number to show results for (default 1).