You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Problem:
I have encountered an issue while using Muvin with the ISSA endpoint SPARQL endpoint "https://data-issa.cirad.fr/sparql". When entering authors in the value form field in LDVIZ, Muvin uses commas as a separator. However, in the pipeline, authors are stored in the format "Michel, Franck". This causes a problem because when I enter "Michel, Franck" in the form, Muvin splits it into two separate variables ("Michel" and "Franck"), and the visualization does not work correctly.
To work around this issue, I used a temporary query by replacing the value variable(replace $value) with "Michel, Franck" directly in the query and setting a temporary value in the form in LDVIZ. This way, Muvin runs correctly and returns the expected results for the author Franck Michel. However, this approach is not practical for regular use.
### Problem:
I have encountered an issue while using Muvin with the ISSA endpoint SPARQL endpoint "https://data-issa.cirad.fr/sparql". When entering authors in the value form field in LDVIZ, Muvin uses commas as a separator. However, in the pipeline, authors are stored in the format "Michel, Franck". This causes a problem because when I enter "Michel, Franck" in the form, Muvin splits it into two separate variables ("Michel" and "Franck"), and the visualization does not work correctly.
To work around this issue, I used a temporary query by replacing the value variable(replace
$value
) with "Michel, Franck" directly in the query and setting a temporary value in the form in LDVIZ. This way, Muvin runs correctly and returns the expected results for the author Franck Michel. However, this approach is not practical for regular use.### Query:
The text was updated successfully, but these errors were encountered: