doc_search.pl -- Search form and reply
- To be done
- - Advanced search field
- Limit to a directory
- Whole-word search
- search_form(+Options)//
- Create a search input field. The input field points to
/search?for=String
on the current server. Options:
- 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
- search_match(Match)
- What part of the object to match. One of
name
,
summary
- header(+Boolean)
- If
false
, suppress the header.
- 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
- search_match(Match)
- What part of the object to match. One of
name
,
summary
- header(+Boolean)
- If
false
, suppress the header.
- matching_object_table(+Objects, +Options)// is det
- Show a list of matching objects, similar to a result-set from
search.