From 2b3f842bdfcbcb98a4e137c5f19685c23ed29797 Mon Sep 17 00:00:00 2001
From: root <root@beckn-test-strapi-bap>
Date: Tue, 3 Dec 2024 17:22:41 +0000
Subject: [PATCH] fix: simplify search

---
 mappings/search.jsonata | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mappings/search.jsonata b/mappings/search.jsonata
index 8370afa..a9b7e1e 100644
--- a/mappings/search.jsonata
+++ b/mappings/search.jsonata
@@ -5,8 +5,8 @@
             "item":{
                 "descriptor":{
                     "name":searchString
-                },
-                "id":itemId
+                }/*,
+                "id":itemId*/
             },
             "fulfillment":{
                 "type": fulfillment.type,
@@ -48,7 +48,7 @@
                     "name":category.categoryName
                 },
                 "id":category.categoryId
-            },
+            }/*,
             "location":{
                 "circle":{
                     "gps":location,
@@ -58,7 +58,7 @@
                         "unit": "km"
                     }
                 }
-            }
+            }*/
         }
     }
 }
-- 
GitLab