Madison Swain-Bowden
Madison Swain-Bowden
It doesn't look like the attachment size limit that's modifiable in the user role permission settings isn't being respected. I may not be setting this right, but here's the settings:...
### Description This forum post best describes the issue and resolution: https://wordpress.org/support/topic/embed-size-is-stuck-at-zero/ Summarized, if an oembed API returns an `html` field that contains an `iframe` tag that _does not_ have...
## 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...
## Description PR #727 introduced a query which runs for every Audio result and attempts to retrieve the thumbnail associated with the audio record. If no thumbnail is found, it...
## Problem The API currently uses [the `grequests` library](https://github.com/spyoungtech/grequests) for handling some of the `head` requests it completes when returning results (specifically in [`validate_images.py`](https://github.com/WordPress/openverse-api/blob/main/api/catalog/api/utils/validate_images.py#L37)). ## Description The README for the...
## Description Add unit tests for the `_post_process_results` function: https://github.com/WordPress/openverse-api/blob/v2.5.10/api/catalog/api/controllers/search_controller.py#L107 ## Additional context Part of a series of unit test issues (see #871 & #872) ## Implementation - [ ]...
## Description Add unit tests for the `validate_images` function: https://github.com/WordPress/openverse-api/blob/v2.5.10/api/catalog/api/utils/validate_images.py#L21 ## Additional context Part of a series of unit test issues (see https://github.com/WordPress/openverse-api/issues/871 & https://github.com/WordPress/openverse-api/issues/873) ## Implementation - [ ]...
## Description Presently, the [`_post_process_results` function](https://github.com/WordPress/openverse-api/blob/v2.5.10/api/catalog/api/controllers/search_controller.py#L107) iterates through the results & filters out dead links, querying Elasticsearch when more results are necessary. While the [`end` of the window is increased...
## Description Currently we have the `AUDIO_REQ_ORIGIN` environment variable available which will modify the string used for the API in various examples: - Image responses: https://github.com/WordPress/openverse-api/blob/9b7c0bd74da3ff48e433c60b566b52bc48f7ce91/api/catalog/api/examples/image_responses.py#L4 - Image requests: https://github.com/WordPress/openverse-api/blob/9b7c0bd74da3ff48e433c60b566b52bc48f7ce91/api/catalog/api/examples/image_requests.py#L5...
## Description It appears that older results are favored, regardless of image quality. ## Reproduction 1. Visit https://search-staging.openverse.engineering/search/image?q=computer 2. Observe that the first few results are from the 2000s 3....