From 7bf64e329cc7b22affb16d641976509d9d0ef540 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Tue, 1 Sep 2026 07:26:32 +0200 Subject: [PATCH] docs(adr): apply review wording suggestion --- docs/adr/0005-unified-search-index-mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adr/0005-unified-search-index-mapping.md b/docs/adr/0005-unified-search-index-mapping.md index b0822a9bad..a98d52b301 100644 --- a/docs/adr/0005-unified-search-index-mapping.md +++ b/docs/adr/0005-unified-search-index-mapping.md @@ -73,7 +73,7 @@ The current implementation has three concrete problems: That the facet fields were unreachable at decision time has a useful corollary for this ADR: **changing the indexed shape of the facet fields cannot break any existing client of the search -service**, because no client successfully read them. The behavior changes +service**, because no client could successfully read them. The behavior changes discussed below are therefore additive in a literal sense; nothing that works today stops working as a result.