Filtering on relation field on admin

Hi,

I’m trying to show filtered data on related fields in starpi. Is there any way we can achive this?

This topic has been created from a Discord post (1255076592963817564) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

you can hack it in the url. extend the filter with populate filters, as you would do with the REST api

And how can we do this? Should we modify the frontend code of the strapi? Or there is a plugin for that?
Thanks!

I mean you can simply type it in the URL. The UI won’t really respond to it, but the data will be filtered

Mb this one could help GitHub - dimatkach11/strapi_plugins

Hi I wrote this plugin, if you need any help you can write me or open an issue