sr-npm 1.7.734 → 1.7.736

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.734",
3
+ "version": "1.7.736",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -419,10 +419,11 @@ async function secondarySearch(_$w,query) {
419
419
  await _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.JOBS_MULTI_STATE_BOX).changeState("noJobs");
420
420
  }
421
421
  else{
422
- await _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.JOBS_MULTI_STATE_BOX).changeState("results");
422
+ await _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.JOBS_MULTI_STATE_BOX).changeState("searchResult");
423
423
  }
424
424
  handlePaginationButtons(_$w,true);
425
425
  updateTotalJobsCountText(_$w,true);
426
+ await refreshFacetCounts(_$w);
426
427
  return secondarySearchJobs;
427
428
  }
428
429
  async function bindSearchInput(_$w) {