Files
FarmaFinder/apps/frontend
Antoni Nuñez Romeu 26e7d92079 fix: handle both array and object responses in admin search
The CIMA search API returns {results: [...]} but the admin panel
was treating it as an array, causing CIMA products to be lost.

Now handles both formats:
- Array: [...]
- Object: {results: [...]}
2026-07-16 16:32:24 +02:00
..
2026-07-06 15:51:53 +02:00
2026-07-07 01:45:09 +02:00
2026-07-08 23:54:50 +02:00
2026-07-06 15:51:53 +02:00
2026-07-07 01:45:09 +02:00
2026-07-08 23:54:50 +02:00
2026-07-06 15:51:53 +02:00