frmichel / sparql-micro-service

SPARQL micro-services: A lightweight approach to query Web APIs with SPARQL
Apache License 2.0
36 stars 9 forks source link

Error in re-injecting parameters in the graph #22

Closed frmichel closed 3 months ago

frmichel commented 6 months ago

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:

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}"

frmichel commented 3 months ago

Fixed in release 0.5.8