openverse-api
openverse-api copied to clipboard
Re-index the images after `width` and `height` are added to all images in the catalog
Blocked by https://github.com/WordPress/openverse-catalog/issues/521
Problem
Currently, 12 571 694 images in the catalog database do not have the size information.
Description
After this information is added to the database in https://github.com/WordPress/openverse-catalog/issues/521, we would need to run REINDEX to make sure that Elasticsearch has this information, and aspect ratio and size filters are also updated.
Additional context
This probably does not require any code changes, but the issue is created to keep track.