sr-npm 1.7.683 → 1.7.684
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
|
@@ -421,7 +421,7 @@ async function refreshFacetCounts(_$w,fieldTitle) {
|
|
|
421
421
|
// });
|
|
422
422
|
for(const field of allfields) {
|
|
423
423
|
const query = (_$w(`#${FiltersIds[field.title]}input`).value || '').toLowerCase().trim();
|
|
424
|
-
updateOptionsUI(_$w,
|
|
424
|
+
updateOptionsUI(_$w,field.title, field._id, query); // no search query
|
|
425
425
|
}
|
|
426
426
|
}
|
|
427
427
|
|