g'day so i have multiple (3) kinds of documents (say with fields .type=..) in same database. And i listen to changes feed, and according to type, show the different kinds of docs in 3 different windows.
if some doc was deleted, how can i guess what .type it had ? changes return only _id and _rev of the new deleted stub.. is looking up the doc.id in those 3 caches the only option? ciao svilen
