sr-npm 1.7.579 → 1.7.580
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
|
@@ -229,6 +229,7 @@ async function refreshFacetCounts(_$w) {
|
|
|
229
229
|
const counts = new Map(); // valueId -> count
|
|
230
230
|
for (const job of jobs) {
|
|
231
231
|
const referencedfield= await wixData.queryReferenced(COLLECTIONS.JOBS, job, JOBS_COLLECTION_FIELDS.MULTI_REF_JOBS_CUSTOM_VALUES)
|
|
232
|
+
console.log("referencedfield: ",referencedfield)
|
|
232
233
|
const vals = referencedfield._items
|
|
233
234
|
//const vals = job[JOB_VALUES_FIELD] || [];
|
|
234
235
|
for (const val of vals) {
|