Closed NotJustAnna closed 4 years ago
Implemented in develop/experimental
(#7)
The best way to solve the breadth problem is pathspec with object:
r.table("foo").filter(
r.object("x1", r.pathspec("y", "z", "bar"), "x2", r.pathspec("y", "z", "bar")
)
This issue is a continuation of https://github.com/rethinkdb/rethinkdb/issues/5007
Implement the discussed at the issue.
From the original issue: