Alex Michailidis
Alex Michailidis
- [X] I have searched through existing issues - [X] I have read through [docs](https://vuejs.github.io/vetur) - [X] I have read [FAQ](https://vuejs.github.io/vetur/guide/FAQ.html) - [X] I have tried restarting VS Code or...
### Steps to reproduce ```js export default { before: { all: [authenticate('jwt')], get: [ // Allow only users with the "products:get" permission checkPermissions({ roles: ['products:get'] }), // The user will...
### Steps to reproduce When pagination is enabled, the code that runs a count query before the actual query doesn't take into account the collation options. The line [here](https://github.com/feathersjs-ecosystem/feathers-mongoose/blob/master/lib/service.js#L110) needs...