openverse-api
                                
                                
                                
                                    openverse-api copied to clipboard
                            
                            
                            
                        The Openverse API allows programmatic access to search for CC-licensed and public domain digital media.
## Fixes #698 by @dhruvkb ## Description Sends the query arguments as an array. All credit goes to @sarayourfriend and @obulat for their code on #764 pr. I tested it...
## Description Images linked in the `image_url`s for the SMK provider are all ~2MB. These are large enough to overload our thumbnail service. Some of these requests timeout, such that...
## Description The log messages we get from the data refresh now are no longer in the correct order. Here are some examples: **Previous order**:  **Current order**:  We...
## Fixes Follow up on #820. ## Description The fix on #862 probed to reduce the number of failed remove operations for the **Publish developer docs** job. Before we were...
## Fixes #900 by @ramadanomar . If i find any more dead/expired links , i'll try to update them here to prevent from filling out the pr/issue list with small...
## Problem Right now it seems like our ES query configuration would match `dog` across word boundaries, for example if an indexed field was `__d og__`. ## Description Look into...
## Description All CI flakiness has boiled down to the ingestion of images stopping unexpectedly after the cleanup step. Rerunning ingestion almost surely fixes the issue. We should investigate the...
## Description This PR - changes the ES mapping mode from `dynamic` (default) to `false` (so that any unmapped fields are stored but not indexed) - removes unnecessary schema mappings,...
## Description A script we used today to query for the number of dead links in the link validation cache. I will fill in more details later. ## Checklist -...
## Problem See https://github.com/WordPress/openverse-api/pull/810 and the description for the issue. ## Description We need some way to prevent this. Here are some suggestions I left in this comment, copied below:...