sr-npm 1.7.748 → 1.7.749

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.748",
3
+ "version": "1.7.749",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -439,7 +439,7 @@ async function secondarySearch(_$w,query) {
439
439
  console.log("secondary search query is empty, resetting secondary search");
440
440
  // allsecondarySearchJobs=currentJobs;
441
441
  secondarySearchIsFilled=false;
442
- return;
442
+
443
443
  }
444
444
  else {
445
445
  allsecondarySearchJobs=currentJobs.filter(job=>job.title.toLowerCase().includes(query));