Modify the internal filtering of relation field search

Hello

Whenever I am searching in the relation strapi internally calling this to get search results in the relation field.

http: GET /content-manager/relations/selector.category-selector/articles?entityId=2&pageSize=10&_q=fwa&_filter=$containsi&page=1

can i modify this internal api call for filter options of relation field? If yes, how can i do that please provide me the whole code in step by step instructions to implement it.

i want to modify it like this

Http:
GET /content-manager/relations/selector.category-selector/articles?entityId=2&pageSize=10&_q=fwa&filters[category][name][$eq]=Physical&_filter=$containsi&page=1

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