Source: site.view [edit]
Function name: search
Arguments: term
Description: A command to search for a term -> Example input: term='SRI International'
Page type: webl
Render function:   tlidRender
Module: global

Page source:

var context;

context = NLUtil_InitContext();

//|| search Google for the term
context = WubCall(`global.searchGoogle`,[term, context]);

//|| return them

if Size(OPTIONALARGS) == 0 then
   NLUtil_LastSet(context);
else
   context;
end;