Problem on filtering for updated_at fields to be not null
Currently we have on the GFZ prod system the problem, that our recent activity list is not up to date. This is part of the sorting algorithm that we use within the backend that handles null values (for updated_at in this case) before all the other ones.
In order to allow the query to filter that the updated_at field must be set, we need some adjustments on the backend side.