sparna-git / Sparnatural

Sparnatural : Typescript visual SPARQL query builder for knowledge graphs, configurable with SHACL
http://sparnatural.eu
GNU Lesser General Public License v3.0
206 stars 34 forks source link

Removing a criteria messes up with variables and adds all variables from the query in the SELECT, even if not selected #543

Closed tfrancart closed 6 months ago

tfrancart commented 6 months ago

I write a query with 2 criterias, keeping only the first variable selected:

image

Now I add a third criteria:

image

Then I remove the third criteria, and when rerunning the query, I see that all variables are selected in the SPARQL (Title_2 and Concept_X), while they don't show in the variable selection area

image