From 12968aed78d23c17191f397e04d5a839f0d9c456 Mon Sep 17 00:00:00 2001
From: Abhishek Y <abhisheky@192.168.1.7>
Date: Wed, 15 May 2024 14:57:09 +0530
Subject: [PATCH] Added type support in fulfillment

---
 mappings/search.jsonata | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mappings/search.jsonata b/mappings/search.jsonata
index d996386..8370afa 100644
--- a/mappings/search.jsonata
+++ b/mappings/search.jsonata
@@ -12,6 +12,7 @@
                 "type": fulfillment.type,
                 "stops": $map( fulfillment.stops, function($gps) {
                     {
+                        "type": $gps.type,
                         "location": {
                             "gps":$gps.location
                         }
-- 
GitLab