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
This is more of a question. Is there a way to perform a query matching a substring of a subject or an object using the golang API? I cannot figure out how to do this and was wondering if it is even possible.
example
Say I have a quad like this: <folder:abc> <path> "/some/path/to/nowhere" and I want to find all the nodes that have an object matching /some/path/*
The text was updated successfully, but these errors were encountered:
This is more of a question. Is there a way to perform a query matching a substring of a subject or an object using the golang API? I cannot figure out how to do this and was wondering if it is even possible.
example
Say I have a quad like this:
<folder:abc> <path> "/some/path/to/nowhere"
and I want to find all the nodes that have an object matching/some/path/*
The text was updated successfully, but these errors were encountered: