Steps to reproduce
(First please check that this issue is not already solved as described
here - if it is a general question or suggestion please start a Discussion)
When setting $populate as a filter as described at #2607 and https://dove.feathersjs.com/guides/migrating.html by setting {$populate: true}, feathers throws an error "converter is not a function." I traced the error to file node_modules/@feathersjs/adapter-commons/lib/filter-query.js, line 69. Only when I remove this from the filter, feathers works, however, prevents the usage of $populate.
Expected behavior
$populate should be an allowed filter and populates the requested data.
Actual behavior
Got error "converter is not a function"
System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working): 5.0.0-pre.33
NodeJS version:
Operating System: Ubuntu
Browser Version:
React Native Version:
Module Loader:
Steps to reproduce
(First please check that this issue is not already solved as described
here - if it is a general question or suggestion please start a Discussion)
When setting $populate as a filter as described at #2607 and https://dove.feathersjs.com/guides/migrating.html by setting {$populate: true}, feathers throws an error "converter is not a function." I traced the error to file node_modules/@feathersjs/adapter-commons/lib/filter-query.js, line 69. Only when I remove this from the filter, feathers works, however, prevents the usage of $populate.
Expected behavior
$populate should be an allowed filter and populates the requested data.
Actual behavior
Got error "converter is not a function"
System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working): 5.0.0-pre.33
NodeJS version:
Operating System: Ubuntu
Browser Version:
React Native Version:
Module Loader: