Commit d3bb6db712cf3ce32124668ac57e65d4c76600c9

Authored by Leonardo Merlin
1 parent d3bcae8f

Fix search api call - add missing 'title' field.

src/app/components/article-service/article.service.js
... ... @@ -268,6 +268,7 @@
268 268 'slug',
269 269 'url', // parent.image.url
270 270 'image',
  271 + 'title',
271 272 ]
272 273 }, params);
273 274  
... ...