File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1357,7 +1357,7 @@ var unbxdSearchInit = function(jQuery, Handlebars){
1357
1357
1358
1358
} else {
1359
1359
1360
- this . params . query = obj . searchMetaData . queryParams [ this . options . searchQueryParam ] ; //obj.didYouMean[0].suggestion;
1360
+ this . params . query = obj . searchMetaData . queryParams . q ; //obj.didYouMean[0].suggestion;
1361
1361
1362
1362
if ( ! this . compiledSpellCheckTemp )
1363
1363
this . compiledSpellCheckTemp = Handlebars . compile ( this . options . spellCheckTemp ) ;
@@ -1413,7 +1413,7 @@ var unbxdSearchInit = function(jQuery, Handlebars){
1413
1413
this . totalPages = Math . ceil ( obj . response . numberOfProducts / this . getPageSize ( ) ) ;
1414
1414
1415
1415
jQuery ( this . options . searchQueryDisplay ) . html ( this . compiledSearchQueryTemp ( {
1416
- query : obj . searchMetaData . queryParams [ this . options . searchQueryParam ]
1416
+ query : obj . searchMetaData . queryParams . q
1417
1417
, numberOfProducts : obj . response . numberOfProducts
1418
1418
, start : this . productStartIdx
1419
1419
, end : this . productEndIdx
You can’t perform that action at this time.
0 commit comments