diff --git a/mappings/search.jsonata b/mappings/search.jsonata
index d9963868474d439eb4ca798ff8921ad7fdf3bb26..8370afa1f324f6bfb61123220071f286eb64544d 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
                         }