pouchdb-community / transform-pouch

PouchDB plugin for modifying documents before and after storage in the database.
Apache License 2.0
102 stars 29 forks source link

combination with pouchdb-find possible? #29

Open johnfakeacc opened 8 years ago

johnfakeacc commented 8 years ago

Hey Nolan,

thanks for the great bits! Is it possible to combine transform() with pouchdb-find?

Any tips or tricks?

Thanks a lot! Alex

nolanlawson commented 8 years ago

Unfortunately it's not implemented. I think probably the best course of action would be to add find() support to this plugin, and then require users to apply pouchdb-find before transform-pouch, but I admit it's tricky.

ravishan110 commented 6 years ago

@nolanlawson Any update on this enhancement? This would really be a very helpful enhancement.