
dashboard.pl -- Provide non-programmer query execution
parameters(+Spec:list) is det- Fill query parameters. Spec is a list of query parameters that use
the following syntax:
Var: Option ("+" Option)*Defined options are:
- type(+Type)
- Defines the type to be used for Var. Types are defined by
library(error). Type terms can also be used without the
type(Type)wrapper. - default(+Default)
- Default value to use.
input(+ParamSpec, -InputItem) is det[private]- Construct a Bootstrap input item from ParamSpec.
typeahead(+Type, -Set)[private]- True when an object of Type can be selected from an input set that uses type-ahead search using the data set Set.
opt(?Option, +Options) is nondet[private]- Opt is a member of the Options term.