search.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "result": 1,
  3. "item_total_count": 1234,
  4. "sort": {
  5. "count": 3,
  6. "val_0": {
  7. "value":"sort 1"
  8. },
  9. "val_1": {
  10. "value":"sort 2"
  11. },
  12. "val_2": {
  13. "value":"sort 3",
  14. "check":1
  15. }
  16. },
  17. "category_level": {
  18. "count": 3,
  19. "level_0": "Category",
  20. "level_1": "Bed room",
  21. "level_2": "all sub category"
  22. },
  23. "filter": {
  24. "groups": 3,
  25. "group_0": {
  26. "title": "color",
  27. "count": 2,
  28. "key": "123456",
  29. "item_0": {
  30. "title": "red",
  31. "val": "654321"
  32. },
  33. "item_1": {
  34. "title": "white",
  35. "val": "654321"
  36. }
  37. },
  38. "group_1": {
  39. "title": "category",
  40. "count": 2,
  41. "key": "000456",
  42. "item_0": {
  43. "title": "steel",
  44. "val": "123456"
  45. },
  46. "item_1": {
  47. "title": "wood",
  48. "val": "123456"
  49. }
  50. },
  51. "group_2": {
  52. "title": "price",
  53. "count": 3,
  54. "key": "123000",
  55. "item_0": {
  56. "title": "0-199",
  57. "val": "654321"
  58. },
  59. "item_1": {
  60. "title": "200-499",
  61. "val": "654321"
  62. },
  63. "item_2": {
  64. "title": "500+",
  65. "val": "654321"
  66. }
  67. }
  68. },
  69. "items": {
  70. "count": 16,
  71. "item_0": {
  72. "description": "Sample description",
  73. "img": "http://127.0.0.1/s1.jpg",
  74. "old_price": "$123",
  75. "modelid": "$12"
  76. },
  77. "item_1": {
  78. "description": "test",
  79. "img": "http://127.0.0.1/s2.jpg",
  80. "old_price": "$234",
  81. "modelid": "$123"
  82. },
  83. "item_2": {
  84. "description": "name1",
  85. "img": "http://127.0.0.1/s3.jpg",
  86. "old_price": "",
  87. "modelid": "$234"
  88. },
  89. "item_3": {
  90. "description": "abc",
  91. "img": "http://127.0.0.1/s4.jpg",
  92. "old_price": "$345",
  93. "modelid": "$345"
  94. },
  95. "item_4": {
  96. "description": "ddddddd",
  97. "img": "http://127.0.0.1/s5.jpg",
  98. "old_price": "",
  99. "modelid": "$456"
  100. },
  101. "item_5": {
  102. "description": "blablabla",
  103. "img": "http://127.0.0.1/s6.jpg",
  104. "old_price": "$456",
  105. "modelid": "$126"
  106. },
  107. "item_6": {
  108. "description": "name6",
  109. "img": "http://127.0.0.1/s7.jpg",
  110. "old_price": "$567",
  111. "modelid": "$213"
  112. },
  113. "item_7": {
  114. "description": "abcdefg",
  115. "img": "http://127.0.0.1/s8.jpg",
  116. "old_price": "$678",
  117. "modelid": "$767"
  118. },
  119. "item_8": {
  120. "description": "abcdefg",
  121. "img": "http://127.0.0.1/s9.jpg",
  122. "old_price": "$678",
  123. "modelid": "$767"
  124. },
  125. "item_9": {
  126. "description": "abcdefg",
  127. "img": "http://127.0.0.1/s10.jpg",
  128. "old_price": "$678",
  129. "modelid": "$767"
  130. },
  131. "item_10": {
  132. "description": "abcdefg",
  133. "img": "http://127.0.0.1/s11.jpg",
  134. "old_price": "$678",
  135. "modelid": "$767"
  136. },
  137. "item_11": {
  138. "description": "abcdefg",
  139. "img": "http://127.0.0.1/s12.jpg",
  140. "old_price": "$678",
  141. "modelid": "$767"
  142. },
  143. "item_12": {
  144. "description": "abcdefg",
  145. "img": "http://127.0.0.1/s13.jpg",
  146. "old_price": "$678",
  147. "modelid": "$767"
  148. },
  149. "item_13": {
  150. "description": "abcdefg",
  151. "img": "http://127.0.0.1/s14.jpg",
  152. "old_price": "$678",
  153. "modelid": "$767"
  154. },
  155. "item_14": {
  156. "description": "abcdefg",
  157. "img": "http://127.0.0.1/s15.jpg",
  158. "old_price": "$678",
  159. "modelid": "$767"
  160. },
  161. "item_15": {
  162. "description": "abcdefg",
  163. "img": "http://127.0.0.1/s16.jpg",
  164. "old_price": "$678",
  165. "modelid": "$767"
  166. }
  167. }
  168. }