pouchdb.d.ts icon indicating copy to clipboard operation
pouchdb.d.ts copied to clipboard

missing query function

Open sebglon opened this issue 9 years ago • 4 comments

I have not found 'query function. How can i write query map/reduce?

sebglon avatar Dec 02 '15 07:12 sebglon

@sebglon Query hasn't been added to the d.ts yet. If you would like to add it then I'll gladly accept a PR.

AGBrown avatar Dec 02 '15 11:12 AGBrown

I would like to see if @filionf can add his findings to this issue. From the network it looks like he has added the query function with c63f5f6

AGBrown avatar Dec 07 '15 13:12 AGBrown

Yes, I added query to my repo for my own purpose, but I believe I had some elements missing on it, which is why I have not sent a PR. I could have another look, which branch should I be targeting for this?

filionf avatar Dec 07 '15 14:12 filionf

@filionf You'll be fine if you work off the current dev at e0147ee. I think that the current i23-ctornames will actually get merged into dev, but it's a bit of a wip at the moment (still).

AGBrown avatar Dec 07 '15 17:12 AGBrown