Closed frmichel closed 3 months ago
Using the syntax {param} to re-inject parameters of the SPARQL µs into the generated graph. Service configured with config.ini.
{param}
2 parameters are declared:
custom_parameter[] = param1 custom_parameter[] = param2
Re-injecting param1 works fine. But re-injecting param2 replaces it with the concatenation of the values of param1 and param2, e.g.: {param2} will be replaced with "{value1}", "{value2}"
{param2}
"{value1}", "{value2}"
Fixed in release 0.5.8
Using the syntax
{param}
to re-inject parameters of the SPARQL µs into the generated graph. Service configured with config.ini.2 parameters are declared:
Re-injecting param1 works fine. But re-injecting param2 replaces it with the concatenation of the values of param1 and param2, e.g.:
{param2}
will be replaced with"{value1}", "{value2}"