@@ -152,7 +152,10 @@
page: {
curr: 1
},
- where: form.val("search-form")
+ where: {
+ ...form.val("search-form"),
+ add: '1'
+ }
});
return false;