-
Notifications
You must be signed in to change notification settings - Fork 16
SYNTAX ERROR: WOQL.limit(...).evaluate is not a function #317
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
Comments
@hoijnet @GavinMendelGleason This is still a live bug in terminusdb-client-js I added a test to How can we fix it? |
Similar issue: #318 |
Answer to #315 (comment) @hoijnet Test failing without any server (if I'm not mistaken), only with 149 passing (177ms)
1 failing
1) woql queries
check limit().evaluate():
TypeError: WOQL.limit(...).evaluate is not a function
at Context.<anonymous> (test/woql.spec.js:503:40)
at processImmediate (node:internal/timers:478:21) I'll clarify again that I'm on the tag |
@alexander-mart , I transferred this issue to the client from terminusdb/terminusdb |
Describe the bug
Error on using
evaluate()
instead ofeval()
from terminusdb-dashboardTo Reproduce
Attempt to call
evaluate()
in chain-style fromlimit()
:Return query-parser error:
SYNTAX ERROR: WOQL.limit(...).evaluate is not a function
But
Successful return:
Expected behavior
Return result:
Screenshots
...
Info (please complete the following information):
terminusdb/terminusdb-server:latest
Additional context
See more about math operators in documentation:
https://terminusdb.com/docs/maths-based-queries-in-woql/
The text was updated successfully, but these errors were encountered: