Skip to content
Snippets Groups Projects
Commit 6d8470f1 authored by shreyvishal's avatar shreyvishal
Browse files

Fixed: On search response mapping

parent ab81ade5
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,13 @@
"id": id,
"name": descriptor.name,
"rating":rating,
"short_desc": descriptor.short_desc,
"long_desc": descriptor.long_desc,
"locations":locations,
"items": items.{
"id": id,
"short_desc": descriptor.short_desc,
"long_desc": descriptor.long_desc,
"name": descriptor.name,
"price": { "value": price.value, "currency": price.currency },
"categories": $map(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment