feathersjs-ecosystem / feathers-mongodb

A mongodb service for feathers
MIT License
122 stars 42 forks source link

fix: not converted values for complex _id queries #223

Closed soullivaneuh closed 1 year ago

soullivaneuh commented 1 year ago

Summary

(If you have not already please refer to the contributing guideline as described here)

closes #222

Other Information

N/A

soullivaneuh commented 1 year ago

I just improved the method to also manage $and and $or cases.

DaddyWarbucks commented 1 year ago

@soullivaneuh This library has been mostly deprecated in favor of https://github.com/feathersjs/feathers/tree/dove/packages/mongodb

soullivaneuh commented 1 year ago

@DaddyWarbucks Yeah. However, the v5 is not yet stable. So the current stable release is v4.

May we consider merging and patch release waiting the next major release?

Thanks.