Commit 44c8946
[9.2] [Metrics][Discover] Fix dimensions and values search being case sensitive (elastic#239110) (elastic#239197)
# Backport
This will backport the following commits from `main` to `9.2`:
- [[Metrics][Discover] Fix dimensions and values search being case
sensitive (elastic#239110)](elastic#239110)
<!--- Backport version: 10.1.0 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT
[{"author":{"name":"Miriam","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-10-15T13:49:20Z","message":"[Metrics][Discover]
Fix dimensions and values search being case sensitive
(elastic#239110)\n\nCloses
https://github.com/elastic/kibana/issues/238881\n\nBEFORE:\n\n\nhttps://github.com/user-attachments/assets/b27286f8-5515-4ed3-8b1c-f7247c6fca4c\n\nAFTER:\n\n\nhttps://github.com/user-attachments/assets/e13a57d7-a958-48fb-a086-cdd447d45032\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"b2699c7e3c2250c4ca7d347cb00f671f40b3a0de","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:obs-ux-infra_services","backport:version","v9.2.0","v9.3.0"],"title":"[Metrics][Discover]
Fix dimensions and values search being case
sensitive","number":239110,"url":"https://github.com/elastic/kibana/pull/239110","mergeCommit":{"message":"[Metrics][Discover]
Fix dimensions and values search being case sensitive
(elastic#239110)\n\nCloses
https://github.com/elastic/kibana/issues/238881\n\nBEFORE:\n\n\nhttps://github.com/user-attachments/assets/b27286f8-5515-4ed3-8b1c-f7247c6fca4c\n\nAFTER:\n\n\nhttps://github.com/user-attachments/assets/e13a57d7-a958-48fb-a086-cdd447d45032\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"b2699c7e3c2250c4ca7d347cb00f671f40b3a0de"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/239110","number":239110,"mergeCommit":{"message":"[Metrics][Discover]
Fix dimensions and values search being case sensitive
(elastic#239110)\n\nCloses
https://github.com/elastic/kibana/issues/238881\n\nBEFORE:\n\n\nhttps://github.com/user-attachments/assets/b27286f8-5515-4ed3-8b1c-f7247c6fca4c\n\nAFTER:\n\n\nhttps://github.com/user-attachments/assets/e13a57d7-a958-48fb-a086-cdd447d45032\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"b2699c7e3c2250c4ca7d347cb00f671f40b3a0de"}}]}]
BACKPORT-->
---------
Co-authored-by: kibanamachine <[email protected]>1 parent f2e8b83 commit 44c8946
File tree
3 files changed
+6
-10
lines changed3 files changed
+6
-10
lines changedLines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
| 163 | + | |
167 | 164 | | |
168 | 165 | | |
169 | 166 | | |
| |||
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
| 179 | + | |
183 | 180 | | |
184 | 181 | | |
185 | 182 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
0 commit comments