feathers
                                
                                 feathers copied to clipboard
                                
                                    feathers copied to clipboard
                            
                            
                            
                        The API and real-time application framework
### Steps to reproduce Trying to call `_find` like this leads to a type error if `website` is not available in query properties. `_find` is not limited by query properties...
This pull request adds the ability to the built in database adapters to perform fast bulk operations for `create`, `patch` and `remove` by passing `params.bulk = true`. Bulk operations will...
Minor issue - running the feathers authentication generator appears to scaffold an authentication service which assumes the service is always called user. To reproduce the error generate authentication per the...
migrate tests to vitest - add vitest to all packages - rm mocha & ts-node from all packages - change scripts accordingly - rename `before`/`after` mocha-hooks to `beforeAll` & `afterAll`...
**THIS PR IS CURRENTLY A WORK IN PROGRESS** This PR's aim is to improve/extend the usage of the aggregation framework to be used on all methods. But, it also solves...
This pull request adds ES module builds for all packages. - Closes https://github.com/feathersjs/feathers/pull/2665 - Closes https://github.com/feathersjs/feathers/issues/2748 - Closes https://github.com/feathersjs/feathers/issues/2001 - Closes https://github.com/feathersjs/feathers/issues/3343
### Summary This PR expands the documentation on custom methods. Mainly an example on how to use validators with custom methods.
I have a postgres database that makes use of array fields and fulltext indexes. I need to be able to perform queries on those fields using the following postgres operators:...
Many versions ago this worked without issues (it is part of a process we use every 3 months, however this is a new tool that worked when tested over a...