Dominik Schmidt
54f0d80e02
fix(search): preserve query value case for case-sensitive fields on OpenSearch
...
OpenSearch lowercased every KQL query value, so exact-match queries on
case-preserved keyword fields (facet values, ids) never matched their stored
token. Fold the value only for fields with a lowercasing analyzer, mirroring the
bleve backend. The field set is derived once in search.LowercaseValueFields and
shared by both backends (bleve's local buildLowercaseFields is dropped).
2026-07-29 16:39:30 +02:00
..
2026-06-29 23:16:21 +00:00
2026-06-10 17:04:18 +02:00
2026-04-23 09:31:11 +02:00
2026-06-02 13:57:37 +02:00
2026-06-10 17:04:18 +02:00
2026-04-23 09:31:11 +02:00
2026-06-03 16:28:44 +02:00
2026-04-23 09:31:11 +02:00
2026-04-23 09:31:11 +02:00
2026-04-23 09:31:11 +02:00
2026-06-18 15:05:49 +02:00
2026-06-25 10:12:05 +02:00
2026-06-10 17:04:18 +02:00
2026-06-10 17:04:18 +02:00
2026-06-10 17:04:18 +02:00
2026-07-02 16:04:46 +02:00
2026-06-03 16:28:44 +02:00
2026-06-03 16:28:44 +02:00
2026-06-30 18:10:16 +02:00
2026-04-23 09:31:11 +02:00
2026-06-10 17:04:18 +02:00
2026-06-16 13:21:22 +02:00
2026-06-10 17:04:18 +02:00
2026-06-10 17:04:18 +02:00
2026-06-10 17:04:18 +02:00
2026-06-10 17:04:18 +02:00
2026-06-19 11:05:44 +02:00
2026-07-29 16:39:30 +02:00
2026-06-16 23:16:50 +00:00
2026-06-10 17:04:18 +02:00
2026-06-18 15:05:49 +02:00
2026-04-23 09:31:11 +02:00
2026-04-23 09:31:11 +02:00
2026-06-10 17:04:18 +02:00
2026-06-10 17:04:18 +02:00
2026-06-18 11:53:03 +02:00
2026-06-18 15:05:49 +02:00
2026-06-03 16:28:44 +02:00
2026-07-01 13:20:39 +02:00
2026-05-27 10:04:01 +02:00
2026-06-16 17:54:51 +02:00