Skip to content

Commit 9e51d54

Browse files
committed
(feat): use 'format=json'
since 'wt=json' is deprecated use 'format=json'
1 parent 080e50f commit 9e51d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unbxdSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ var unbxdSearchInit = function(jQuery, Handlebars){
12471247
,sort : {}
12481248
,ranges : {}
12491249
,extra : {
1250-
wt : "json"
1250+
format : "json"
12511251
,page : 1
12521252
,rows : 12
12531253
}

0 commit comments

Comments
 (0)