Skip to content

Commit 98dbd56

Browse files
committed
Merge branch 'main' of https://github.com/hubmapconsortium/search-api into dev-integrate
2 parents 1e99baf + c7075f3 commit 98dbd56

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.5
1+
3.6.6

src/hubmap_translation/addl_index_transformations/portal/config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,18 @@ mappings:
112112
mapping:
113113
type: keyword
114114

115+
# Added 10/26/2025 by Zhou
116+
- roi_label:
117+
path_match: "*.roi_label"
118+
mapping:
119+
type: keyword
120+
121+
# Added 10/29/2025 by Zhou
122+
- tiled_image_columns:
123+
path_match: "*.tiled_image_columns"
124+
mapping:
125+
type: keyword
126+
115127
# Must handle the above offending fields before this "catch all" mapping
116128
# This emulates the default ES behavior, giving us a "keyword" subfield, with a "keyword" type
117129
# Also copy the value of each mapped field to "all_text", which can then be queried as a single field

src/hubmap_translation/search-default-config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,18 @@ mappings:
107107
path_match: "*.tiled_image_count"
108108
mapping:
109109
type: keyword
110+
111+
# Added 10/26/2025 by Zhou
112+
- roi_label:
113+
path_match: "*.roi_label"
114+
mapping:
115+
type: keyword
116+
117+
# Added 10/29/2025 by Zhou
118+
- tiled_image_columns:
119+
path_match: "*.tiled_image_columns"
120+
mapping:
121+
type: keyword
110122

111123
# Must handle the above offending fields before this "catch all" mapping
112124
# This emulates the default ES behavior, giving us a "keyword" subfield, with a "keyword" type

0 commit comments

Comments
 (0)