Marius Diacu

Results 4 comments of Marius Diacu

check my fork (https://github.com/diacu/vue-d3-network). I added the possibility to use node labels as an array and display them on different lines.

I managed to rewrite the service like that: - create a file `src/extensions/users-permissions/strapi-server.ts` with the following content: ```ts import _ from "lodash"; import { getService } from "@strapi/plugin-users-permissions/server/utils"; export default...

I'm having the same problem on 4.20.3. Most of the filters using the shorthand are not valid. E.g. ```ts await strapi.entityService.findMany( "api::test.test", { fields: ["title"], filters: { author: user_id //...

Any idea how I can filter by media file? I just need a way to select all entities of a content where a field (media) is empty.. tried everything, but...