Open
Description
Describe the bug
The patch ac6df96 has a side effect that for https://scholia.toolforge.org/work/Q22236188 it no longer shows supported statements (last panel).
To Reproduce
Steps to reproduce the behavior:
- Go to https://scholia.toolforge.org/work/Q22236188
- Scroll down to 'Supports the following statement(s)'
- Notice no results are shown
Expected behavior
2000 (the query max) rows should be shown.
Screenshots
Additional context
I think I isolated the problem in the patch being the BIND
in this part:
?statement ?a1 ?value1 ; ?a2 ?value2 . BIND (COALESCE(?value1, ?value2) AS ?value)
Without the BIND
all results show up, but with the BIND
they do not.