Hello
Please add in file – wp-content\plugins\woocommerce-products-filter\ext\by_text\assets\js\husky.js – this code – https://c2n.me/4kbYkQE.png
if (typeof woof_current_values['woof_text'] != 'undefined') {
let txt = woof_current_values['woof_text'];
txt = txt.replace(/&/,"%26");
txt = txt.replace(/&/,"%26");
woof_current_values['woof_text'] = txt;
}
and in file – wp-content\plugins\woocommerce-products-filter\ext\by_text\views\shortcodes\woof_text_filter.php – add this code – https://share.pluginus.net/image/i20240124192508.png
$woof_text = str_replace('&', '&', $woof_text);
Clear all cache and do a test