Beit-Hatfutsot / dbs-back

The MoJP RESTfull API server
GNU Affero General Public License v3.0
1 stars 4 forks source link

should add support for the images field from pipelines #215

Closed OriHoch closed 7 years ago

OriHoch commented 7 years ago

after #76 is done, elasticsearch will provide images attribute which contains an array of image objects, something like this:

[
  {"url": "www.url.to.big.image", "thumbnail_url": "www.url.to.thumbnail.image"},
  ...
]

TO DO

OriHoch commented 7 years ago

merged and deployed

now API responses for search and item will return the images array (if it exists in source data)

OriHoch commented 7 years ago

data was synced, it works - items have images now

TheGrandVizier commented 7 years ago

Yes they do.