mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +00:00
parent
c930b2459a
commit
3b499e34d2
@ -102,7 +102,7 @@ const createCollectionTypeService = ({ model, strapi, utils }) => {
|
||||
*/
|
||||
|
||||
search(params) {
|
||||
return strapi.entityService.search({ params }, { model: modelName });
|
||||
return strapi.entityService.search({ params: getFetchParams(params) }, { model: modelName });
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user