{{ message }}
Increasing the "display length limit" in results #53
Answered
by
asgerf
intrigus-lgtm
asked this question in
General
Replies: 2 comments 1 reply
|
Unfortunately not. It's not a display setting, it's a limitation in how the string representation of an expression is constructed in our JavaScript libraries. We're aware that this is an issue and have plans to improve it. As a workaround you can do: import javascript
from Property p
select describeExpression(p.getInit())edit: fixed typo in predicate name |
0 replies
Answer selected by
intrigus-lgtm
|
The suggested work around no longer works. What is the current solution for this issue? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Unfortunately not. It's not a display setting, it's a limitation in how the string representation of an expression is constructed in our JavaScript libraries. We're aware that this is an issue and have plans to improve it.
As a workaround you can do:
edit: fixed typo in predicate name