CASE PM-118960-19-202471:
Previously, when consuming the endpoint:
/api/v9/catalog/{nombreCatalogo}?language=0&filter={valor}
there was a failure when using the filter, as it was not working properly. As a result, information was not filtered correctly.
The fix is implemented in the service so that the filter It works properly, allowing the data to be filtered according to the value sent in the request and returning only the records that meet the search criteria.