You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have pending tests for use of datatype in queries, but it appears implementation of this syntax isn't complete (it may require whitelisting the fn for use in bind and/or filter etc)
Description
We have pending tests for use of
datatype
in queries, but it appears implementation of this syntax isn't complete (it may require whitelisting the fn for use inbind
and/orfilter
etc)db/test/fluree/db/query/fql_test.clj
Lines 269 to 294 in 1507c85
The tests describe three scenarios:
"including datatype in query results"
(viabind
)"filtering query results with datatype fn"
"filtering query results with @type value map"
We have a community-driven use case that requires this and so are prioritizing it
The text was updated successfully, but these errors were encountered: