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
Currently we send name property to indicate the bucket name, and this implicitly subscribes you to all of a buckets changes, name: "note" => send all changes in note bucket
Perhaps: name: "note.abcd" => send only changes for object abcd in note
Or, a separate field:
query: "abcd" => send only changes for object abcd ( bucket from name: "note" still )
Not sure if we want to support more complicated queries yet
The text was updated successfully, but these errors were encountered:
In
init
command:Currently we send
name
property to indicate the bucket name, and this implicitly subscribes you to all of a buckets changes,name: "note"
=> send all changes innote
bucketPerhaps:
name: "note.abcd"
=> send only changes for objectabcd
innote
Or, a separate field:
query: "abcd"
=> send only changes for objectabcd
( bucket fromname: "note"
still )Not sure if we want to support more complicated queries yet
The text was updated successfully, but these errors were encountered: