-
### Steps to reproduce
First enable multi:true in feathers. Then try to delete multiple records with a query param like so:
```
this.$store.dispatch('categories/remove',[null,{ query: { $or: [{…
-
As specified on the doc, the [`validate.validateProvidedData`](https://github.com/feathersjs-ecosystem/validate-joi#validateprovideddata-hook) method provides the same result as `validate.form`.
Ho…
-
Hi,
Thank you so much for the wonderful module.
I have managed to get mongoose API running.
However, can you advise how can we setup a custom endpoint (meaning one that is not connected to an…
-
Hi,
I am using this package. Right now some of the dependencies are old so I'd like to update them to the latest versions.
My suggested changes to package.json are:
```
"dependencies": …
-
It would be great to get an example of how to create a nested path.
ie- `/users/:userId/posts`
with `posts` having its own post/patch functionality
I have been attempting the example in cu…
-
Just tinkering/thinking out loud. Nothing really crucial. It's open for discussion. Maybe it came up in the feathers-world somewhere (which I don't know of). I could imagine it's not a real world prob…
-
```
error: BadRequest: Validation error
at new BadRequest (/srv/uplink/node_modules/@feathersjs/errors/lib/index.js:86:17)
at errorHandler (/srv/uplink/node_modules/feathers-sequelize/lib/u…
-
Objection has it's own hooks. Feathers is already passing in params which can be given to objection's `context()` function. It has the authentication information, when available.
https://github.com…
-
**Vulnerabilities**
DepShield reports that this application's usage of [express:4.17.1](https://ossindex.sonatype.org/component/pkg:npm/express@4.17.1) results in the following vulnerability(s):
- (…
-
### What is the problem this feature would solve?
I'm building some meta-programming functions to make creating APIs for dealing with pagination, sorting, and filtering on data a bit easier. In ord…