Skip to content

Patch broke display of results #2486

Open
@egonw

Description

@egonw

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:

  1. Go to https://scholia.toolforge.org/work/Q22236188
  2. Scroll down to 'Supports the following statement(s)'
  3. Notice no results are shown

Expected behavior
2000 (the query max) rows should be shown.

Screenshots

image

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.

Metadata

Metadata

Assignees

Labels

bugsomething wrong on our end

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions