-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Milestone
Description
A user on slack mentioned that they wanted to watch the results of .filter().count() (which I later optimized to .getAll(index=...).count()).
Currently, .count().changes() is not supported; it throws:
e: Cannot convert NUMBER to SEQUENCE in:
r.db("db").table("table").count().changes()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^