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
edgedb error: QueryError: possibly not a distinct set returned by an expression for a computed link 'object'
Hint: You can use assert_distinct() around the expression to turn this into a runtime assertion, or the DISTINCT operator to silently discard duplicate elements.
Adding distinct to the search.object expression does indeed work:
5.0-dev.8054+e540dec
Results in the following error:
Adding
distinct
to thesearch.object
expression does indeed work:The text was updated successfully, but these errors were encountered: