Open
Description
Of course I fail to create a minimal repro but I found the problem that sometimes, presumably because I pass graphs around using backward rules, log:includes
behaves "differently"
Typically, I should be able to use a blank node to match any node, right?
?response log:includes {
[] tuner:url.path ?path
} .
However, in some cases this stops working for me because it appears that the blank node is compared a face value (?)
Instead, I had to change there to
?response log:includes {
?foo tuner:url.path ?path
} .
Using eye v11.10.0
Metadata
Metadata
Assignees
Labels
No labels