sr-npm 1.7.528 → 1.7.529

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.
@@ -21,7 +21,7 @@ async function getPositionsByField(field, value) {
21
21
  async function getCustomFieldKeys() {
22
22
  return wixData
23
23
  .query(COLLECTIONS.JOBS)
24
- .limit(1)
24
+ .eq("title", "bayan - custom field 3")
25
25
  .find()
26
26
  .then(result => result.items[0].customFieldsNames);
27
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.528",
3
+ "version": "1.7.529",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -25,7 +25,7 @@ const {
25
25
  let queryCustomFields={};
26
26
  let searchInputBlurredFirstTime=true;
27
27
  let deletedParam=false;
28
- async function careersPageOnReady(_$w,thisObject,queryParams) {
28
+ async function careersPageOnReady(_$w,thisObject,queryParams,customFieldsObject=null) {
29
29
  console.log("queryParams: ", queryParams);
30
30
  await retrieveQueryParams(queryParams);
31
31
  thisObjectVar=thisObject;