Forum Discussion
Gursimrat
12 years agoLeader
We are creating a search, where we are reading the parameter from the URL, can we feed that to FTL? That is, whatever the user searches, in a custom search.
JasonL
12 years agoLithium Alumni (Retired)
Gursimrat wrote:
We are creating a search, where we are reading the parameter from the URL, can we feed that to FTL? That is, whatever the user searches, in a custom search.
have you tried this?
|
http.request.parameters.name.get("parameter_name", default_value) |
9.1.0 | |
Returns a parameter set on the request, or the default value specified if the request parameter is not found.
Example
${http.request.parameters.name.get("page", 1)}
Ref: