Hello, I understand the Update Notification process (DbUpdateNotificationProcess) will inform the database name when an update happens to the database. Is there a way to get the doc(s) that got updated in this notification? Do I need to implement a View Server to achieve this?
One way I figured out was to store the last update_seq and then query with startkey=last_update_seq_id. Thank You Gap
