fix multi-patch with default pagination#364
fix multi-patch with default pagination#364fratzinger wants to merge 2 commits intofeathersjs-ecosystem:masterfrom
Conversation
|
I'd like to get this released as well but I'm wondering if this might be a breaking change. Either that or nobody is using this functionality? 🤷 |
|
I have mixed feelings about this, too. I know scenarios where this definitely is a breaking change. My scenario is: This is a reason against automatic My current way to go is an early That being said. I think this behavior should be the same for all 'major' adapters. I will see if I can come up with a test in |
See #363. I consider this quite hacky but it would solve my problem with multi-patch for a length of items > 10 for now. I would prefer to get this added to
@feathersjs/adapter-testsand@feathersjs/adapter-commons(see issue #363) but wait the opinion of others on this.