From a1679e0abd93b380e04147fa3beeba7f49034624 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 16 Apr 2024 15:42:47 +0200 Subject: [PATCH] foo new --- test/fixtures/structuredFallbackQuery/postcode.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/fixtures/structuredFallbackQuery/postcode.json b/test/fixtures/structuredFallbackQuery/postcode.json index 75c7b1d..54111b5 100644 --- a/test/fixtures/structuredFallbackQuery/postcode.json +++ b/test/fixtures/structuredFallbackQuery/postcode.json @@ -14,7 +14,8 @@ "query": "postcode value", "type": "phrase", "fields": [ - "parent.postalcode" + "parent.postalcode", + "address_parts.zip" ] } }