Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
tfrancart opened this issue Jan 5, 2024 · 0 comments
Labels
kind: Bug 🐞 Bug what: SPARQL generation SPARQL query generation / compatibility

Comments

@tfrancart
Copy link
Contributor

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

@tfrancart tfrancart added kind: Bug 🐞 Bug what: SPARQL generation SPARQL query generation / compatibility labels Jan 5, 2024
tfrancart added a commit that referenced this issue Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: Bug 🐞 Bug what: SPARQL generation SPARQL query generation / compatibility
Projects
None yet
Development

No branches or pull requests

1 participant