To declare reusable parameters for your page.
Once declared, parameters are available in the Values tab of the contextual
menu which opens when you click in the Feed properties fields. You
can notice that by default: The index page
does not contain any parameters. As it is the required home page of the
search application, this page is static. Unlike the index
page, the search page is dynamic and takes a parameter
q (our query).
Note:
In your Mashup Builder, you can notice that
the page parameter is shown in the URL field, between a question mark
and an equal sign. For example, search?q= means that
on the search page, the q parameter
is passed with the value defined after the = sign. You
will also frequently see several page parameters in URLs, separated by
ampersands (& ).
|