Port upstream search, thumbnail, geometry, and cache improvements - #14
Merged
Merged
Conversation
ewlarson
marked this pull request as ready for review
September 12, 2026 16:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This selectively ports shared backend improvements reviewed through geobtaa/api 0.9.1. Encoded facet values now survive parsing, date-range-only records gain index years, CONTENTdm/OSU manifests resolve through the correct image services, and static maps/viewers handle projected geometry and points correctly.
The PR also adds opt-in AND faceting across search, facet values, and H3 maps, with separate cache keys and preserved facet links. Existing OR semantics remain the default. Optional Redis response compression uses an OGM version marker and leaves HTTP bodies, ETags, TTLs, and durable records unchanged; compressed writes are disabled by default.
Scope and compatibility
eb89c10,131fa98,f6e6573,4389011,4ca8e5f,9ee88fe,80dcd59, and5b35609, with regression tests.app.identityversion reporting. Dependency updates, Boolean grouping, visibility policy, institutional fields, and production configuration remain separate work.docs/upstream_reconciliation.md,docs/upstream_review_2026-09-12.md, anddocs/upstream_ports_0.9.1.md; the full-import baseline is unchanged.Validation
make lint-check,make identity-check, andgit diff --checkpass.Rollout notes
Reindexing repairs existing year-facet documents; persisted metadata requires re-ingestion or a separate backfill. Static-map cache variants advance automatically, while affected resolved/failed thumbnails need bounded regeneration. Enable compression only after all readers support the codec, and account for existing compressed entries before rolling back to older readers. No production reindexing, regeneration, or deployment is performed by this PR.