pwSearch
pwSearch(word, force)
Displays all PottersWheel functions where the
given word appears in the help text.
The search is applied as in a Goolge search:
not case-sensitive and using whole words.
The search is index-based and therefore very fast.
word Text element to search for.
Optional:
force If true, the files will be re-indexed. Default: false.
Description
An index table is generated when calling pwSearch the first time
for a new PottersWheel version. This index table serves afterwards
to allow quick searching within all PottersWheel help files.
Example
% To find all functions having the word 'fit' in its description,
% independent of upper or lower case spelling:
pwSearch fit
% Shortcut
pws fit
See also