sr-npm 1.7.745 → 1.7.746
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
|
@@ -434,7 +434,8 @@ function primarySearch(_$w,query) {
|
|
|
434
434
|
console.log("primary search query: ", query);
|
|
435
435
|
}
|
|
436
436
|
async function secondarySearch(_$w,query) {
|
|
437
|
-
|
|
437
|
+
console.log("secondary search query: ", query);
|
|
438
|
+
if(query.length===0 || query===undefined) {
|
|
438
439
|
// allsecondarySearchJobs=currentJobs;
|
|
439
440
|
secondarySearchIsFilled=false;
|
|
440
441
|
}
|