Files
opencloud/services
Dominik Schmidt 054337f4fd fix(search): analyze Content queries on OpenSearch
Content is an analyzed text field, but a single-term KQL query on it was
compiled to a term query, which matches the raw value against the tokenized
content and never hits. "Content:https://opencloud.eu/" (tokenized to
[https, opencloud.eu, ...]) returned nothing; "Content:alan@" likewise.

Route full-text fields to match_phrase so the query is analyzed the same way
as the indexed content. Fixes the OpenSearch content-search acceptance
scenarios (contentSearch.feature search by different content types).
2026-08-19 08:40:58 +02:00
..
2026-08-08 23:16:53 +00:00
2026-06-03 16:28:44 +02:00
2026-06-03 16:28:44 +02:00
2026-06-03 16:28:44 +02:00
2026-08-03 13:20:03 +02:00
2026-07-14 18:12:24 +02:00
2026-08-18 23:17:04 +00:00
2026-06-18 15:05:49 +02:00
2026-08-11 23:17:55 +00:00
2026-06-03 16:28:44 +02:00