Open kr1zz opened 2 months ago
Looks like a problem in the frontend, but I am not sure.
What I see is that, when we select multiple providers, the client sends to the backend as many "count" requests as the number of selected providers. The number of results for each provider is displayed on top of the collapsible windows, showing the results grouped by data provider.
But I think there is some issue with showing and hiding the results by data provider. For instance, in the screenshot below, I expanded the "ONDA" tab, but I see the results for CREODIAS
I will need the help of @bspurgeon08 to understand better what is going on :-)
Problem was fully on the frontend - one of the quirks between angular and angular js is the lack of ng-show (element is present in the dom, but hidden) whereas angular has [hidden] but it wasn't great for the purpose here.
I had an issue with the switching if the user went between different # of items per page, but now it's done and will be published next time I re-build the new client :)