E531 fix(core): Add PaginationParams to general find method of 'FeathersService' by fratzinger · Pull Request #3095 · feathersjs/feathers · GitHub
[go: up one dir, main page]

Skip to content

fix(core): Add PaginationParams to general find method of 'FeathersService'#3095

Merged
daffl merged 1 commit intodovefrom
fix/pagination-params-service-methods
Mar 10, 2023
Merged

fix(core): Add PaginationParams to general find method of 'FeathersService'#3095
daffl merged 1 commit intodovefrom
fix/pagination-params-service-methods

Conversation

@fratzinger
Copy link
Member

For a not explicitely typed service, the Service uses the FeathersService type from @feathersjs/feathers. FeathersService extends ServiceMethods which does not support paginate param for find method. So service.find({ paginate: false }) throws because paginate is not defined in interface Params.

See:
Bildschirm­foto 2023-03-08 um 23 45 05

Bildschirm­foto 2023-03-08 um 23 46 18

@daffl daffl changed the title fix(feathers): add PaginationParams to general find method of 'FeathersService' fix(core): Add PaginationParams to general find method of 'FeathersService' Mar 10, 2023
@daffl daffl merged commit 8ebdcf5 into dove Mar 10, 2023
@daffl daffl deleted the fix/pagination-params-service-methods branch March 10, 2023 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0