feathersjs-ecosystem / feathers-memory

An in memory feathers service
MIT License
44 stars 18 forks source link

Allow patch to update prop that is within the query #93

Closed Mattchewone closed 5 years ago

Mattchewone commented 5 years ago

Closes #92

This allows the ability to patch a property which is also within the query ie:

service.patch(null, { age: 10 }, { query: { age: 20 } })