Jacky Jiang
Jacky Jiang
### Add config map / secret hash-based auto roll to Helm Chart For this deployment: https://github.com/TerriaJS/TerriaMap/blob/main/deploy/helm/terria/charts/terriamap/templates/deployment.yaml Currently, the deployment won't auto-restart on deployment when the only changes are config map...
### TerriaMap will produce a blank screen unless CSP policy `unsafe-eval` is on When the following CSP policy is add to response header: ``` content-security-policy: script-src 'self' 'unsafe-inline' browser-update.org blob:;...
**Describe the bug** The Pagination Bar `...` button currently generates an invalid page number. The correct behaviour has been described in the comment here: https://github.com/magda-io/magda/issues/557#issuecomment-395274789
### Replace `leaflet-mapbox-vector-tile` with `protomaps-leaflet` We use `leaflet-mapbox-vector-tile` to draw region boundaries in the region filter panel UI on a leaflet map. It would be good to replace it with...
### Upgrade OpenSearch to 2.15.0 OpenSearch 2.15.0 just released: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.15.0.md This ticket is about upgrading OpenSearch to 2.15.0
### Hybrid Search Power existing search APIs with Hybrid Search (Combining Semantic / Vector Search and Full-text keyword-based search for better search results). This is the first step in LLM-powered...
### What this PR does Fixes: - #3545 ### Checklist - [x] There are unit tests to verify my changes are correct - [x] I've updated CHANGES.md with what I...
## Description Also see the relevant epic: - #3503 And relevant ticket: - #3536 This ticket is about proposing an Indexing Strategy for registry record metadata. - e.g. dataset records'...
## Description This ticket is about the data structure & OpenSearch index schema design. ### Technical Requirements - The data structure should be generic enough to cover: - our evolving...
### Use `Search After` to access paginated result search over `max_result_window` limit > To page through a larger set of results, you can use the [search API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html)'s from and size...